]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - zumo-cc3200/zumo-cc3200.git/blob - .gitignore
initial commit of content from Adam Dai and Tony Oliverio
[zumo-cc3200/zumo-cc3200.git] / .gitignore
1 ## Build artifacts in the tree root directory
2 /Make.log
3 /makelog
4 /exports/
5 /imports/
6 /.tools-*
7 /.gnu-*
8 /.exports
9 /.imports
10 /.imports.xml
11 /.reltree
12 /.generated_files
13 /bin/
15 ## emacs backup files
16 .#*
17 .,*
18 *~
20 ## RTSC package generated files & build goals
21 package.mak
22 package/
23 java/
24 .xdcenv.mak
25 .javadoc
26 doc-files
27 .dlls
28 .docs
29 .executables
30 .interfaces
31 .libraries
32 .libraries,*
34 ## Legacy build goals
35 .src-files
36 .include-files
37 .etc-files
38 .lib-files
39 .bin-files,*
40 .test-files
42 ## Generated package archives
43 *.zip
44 *.gz
45 *.tar
46 *.jar
48 ## Generated executables, libraries, objects, ...
49 *.x86U
50 *.x86_64M
51 *.xv7A
52 *.vcproj
53 *.xm4fg
54 *.xem4f
55 *.xm4g
56 *.xem4
57 *.xem3
58 *.xm3g
60 *.exe
61 *.bin
62 *.out
63 *.obj
64 *.lib
66 ## CCS/Eclipse/RTSC generated project files
67 .config/
68 .settings/
69 .xdchelp
70 .launches/
71 Debug/