Refactor the Makefile into pieces. This commit inspired by AncientGeek, my hatred...
[freeems-vanilla.git] / .gitignore
blobc88c33dc601bee1d3b666e7b180304aaf133a2fe
1 # Doxygen build files and output
2 doxygen.output
3 docs/doxygen-html/
5 # FreeEMS parser binary
6 bin/a.out
8 # Output files from latex builds
9 docs/latex/*.aux
10 docs/latex/*.dvi
11 docs/latex/*.log
12 docs/latex/*.out
13 docs/latex/*.pdf
14 docs/latex/*.ps
15 docs/latex/*.toc
17 src/main/dependencies/
18 src/main/firmware/
19 src/main/firmware-all/
20 src/main/output/
21 src/main/preprocessedc/
22 src/main/objects/
23 src/main/debug/
25 # src/main/assembly is static and not cleaned and contains some hand coded files along with all the generated files
26 src/main/assembly/*.s
27 !src/main/assembly/flashBurn.s
28 src/main/assembly/decoders/*.s
29 src/main/assembly/initialisers/*.s
31 # For johntramp's (and others) vim swap files
32 *.swp
34 # Ignore Xcode project files for apple fanboys
35 .DS_Store
36 *.pbxproj
37 *.xcworkspacedata
38 *.xcuserstate