Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • unstable
  • processes_wip
  • clang
  • cmake
  • cmake-old
  • sd-fix
  • shield_stackX
  • compute-unit-v2
  • con-rig
  • testing_ram_cu_v2
  • parafoil-sensortile
  • angel-swi
  • ignition
  • miosix-2.22
  • alderaan-v1
16 results

.gitignore

Blame
  • .gitignore NaN GiB
    # Exclude doxygen
    miosix/_doc/doxygen/html/*
    
    # Exclude temporary files
    main.elf
    main.bin
    main.hex
    main.map
    *.o
    *.a
    *.d
    
    # Exclude Mac OS X temporary
    ._*
    .DS_Store