106 lines
1.5 KiB
Plaintext
106 lines
1.5 KiB
Plaintext
*.a
|
|
*.bin
|
|
*.hex
|
|
*.map
|
|
*.png
|
|
*.log
|
|
*.elf
|
|
*.zip
|
|
*.d
|
|
*.ihex
|
|
*.pyc
|
|
*~
|
|
.DS_Store
|
|
obj_*
|
|
Makefile.target
|
|
doc/html
|
|
doc/latex
|
|
patches-*
|
|
tools/tunslip
|
|
tools/tunslip6
|
|
build
|
|
tools/coffee-manager/build/
|
|
tools/cooja/dist/
|
|
tools/collect-view/build/
|
|
tools/collect-view/dist/
|
|
COOJA.testlog
|
|
tools/cooja/apps/mrm/lib/
|
|
tools/cooja/apps/mspsim/lib/
|
|
tools/cooja/apps/powertracker/lib/
|
|
tools/cooja/apps/serial_socket/lib/
|
|
tools/coffee-manager/coffee.jar
|
|
tools/cooja/apps/avrora/lib/cooja_avrora.jar
|
|
tools/cooja/apps/collect-view/cooja-collect-view.jar
|
|
|
|
# platform build artifacts
|
|
*.cc2538dk
|
|
*.cooja
|
|
*.cooja-ip64
|
|
*.galileo
|
|
*.jn516x
|
|
*.native
|
|
*.nrf52dk
|
|
*.openmote-cc2538
|
|
*.sky
|
|
*.srf06-cc26xx
|
|
*.zoul
|
|
|
|
# do not ignore platform makefiles
|
|
!Makefile.cc2538dk
|
|
!Makefile.cooja
|
|
!Makefile.cooja-ip64
|
|
!Makefile.galileo
|
|
!Makefile.jn516x
|
|
!Makefile.native
|
|
!Makefile.nrf52dk
|
|
!Makefile.openmote-cc2538
|
|
!Makefile.sky
|
|
!Makefile.srf06-cc26xx
|
|
!Makefile.zoul
|
|
|
|
# other galileo build and debug artefacts
|
|
*.galileo.dll
|
|
*.galileo.efi
|
|
LOG_OPENOCD
|
|
|
|
# other nRF52 build artifacts
|
|
*.jlink
|
|
|
|
# galileo bsp files
|
|
platform/galileo/bsp/libc/Makefile.libc
|
|
platform/galileo/bsp/libc/i586-elf/
|
|
platform/galileo/bsp/libc/newlib-2.2.0-1*
|
|
platform/galileo/bsp/grub/src/
|
|
platform/galileo/bsp/grub/bin/
|
|
|
|
# VC++ build artifacts
|
|
*.exp
|
|
*.ilk
|
|
*.lib
|
|
*.pdb
|
|
*.prg
|
|
*.dsc
|
|
|
|
#test artifacts
|
|
*.testlog
|
|
*.log.prog
|
|
*.report
|
|
summary
|
|
*.summary
|
|
*.runerr
|
|
*.runlog
|
|
*.faillog
|
|
tests/[0-9][0-9]-*/report
|
|
tests/[0-9][0-9]-*/org/
|
|
|
|
# cscope files
|
|
cscope.*
|
|
|
|
# vim swap files
|
|
*.swp
|
|
*.swo
|
|
|
|
# x86 UEFI files
|
|
cpu/x86/uefi/Makefile.uefi
|
|
cpu/x86/uefi/edk2
|