-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
74 lines (68 loc) · 940 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
*.a
*.bin
*.exe
*.hex
*.map
*.dis
*.png
*.log
*.elf
*.zip
*.d
*.ihex
*.pyc
*~
obj_*
Makefile.target
tools/doxygen/html
patches-*
tools/tunslip
tools/tunslip6
build
tools/coffee-manager/build/
tools/coffee-manager/coffee.jar
tools/collect-view/build/
tools/collect-view/dist/
COOJA.testlog
compile_commands.json
# platform build artifacts
*.cc2538dk
*.cooja
*.dpp-cc430
*.jn516x
*.native
*.nrf52dk
*.openmote-cc2538
*.sky
*.srf06-cc26xx
*.zoul
# do not ignore platform makefiles
!Makefile.cc2538dk
!Makefile.cooja
!Makefile.dpp-cc430
!Makefile.jn516x
!Makefile.native
!Makefile.nrf52dk
!Makefile.openmote-cc2538
!Makefile.sky
!Makefile.srf06-cc26xx
!Makefile.zoul
# other nRF52 build artifacts
*.jlink
#test artifacts
*.testlog
*.log.prog
*.report
summary
*.summary
*.runerr
*.runlog
*.faillog
tests/[0-9][0-9]-*/report
tests/[0-9][0-9]-*/org/
# x86 UEFI files
cpu/x86/uefi/Makefile.uefi
cpu/x86/uefi/edk2
.cproject
.project
.settings