Make top level targets build only the correct decoder for each user. Very convenient...
[freeems-vanilla.git] / .gitignore
blobe2154cd086592a505b940dfa5e07aae706599383
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/dependencies/
18 src/firmware/
19 src/output/
20 src/preprocessedc/
21 src/objects/
22 src/debug/
24 # src/assembly is static and not cleaned and contains some hand coded files along with all the generated files
25 src/assembly/*.s
26 !src/assembly/flashBurn.s
27 src/assembly/decoders/*.s
28 src/assembly/initialisers/*.s
30 # For johntramp's (and others) vim swap files
31 *.swp
33 # For Dave's single line loader script until I add something generic to the makefile
34 src/load