forked from fredcooke/freeems-vanilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (29 loc) · 785 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
# Doxygen build files and output
doxygen.output
docs/doxygen-html/
# FreeEMS parser binary
bin/a.out
# Output files from latex builds
docs/latex/*.aux
docs/latex/*.dvi
docs/latex/*.log
docs/latex/*.out
docs/latex/*.pdf
docs/latex/*.ps
docs/latex/*.toc
src/main/dependencies/
src/main/firmware/
src/main/firmware-all/
src/main/output/
src/main/preprocessedc/
src/main/objects/
src/main/debug/
# src/main/assembly is static and not cleaned and contains some hand coded files along with all the generated files
src/main/assembly/*.s
!src/main/assembly/flashBurn.s
src/main/assembly/decoders/*.s
src/main/assembly/initialisers/*.s
# For johntramp's (and others) vim swap files
*.swp
# For Dave's single line loader script until I add something generic to the makefile
src/main/load