aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: bc5c50bb108f90966fca5321ef8080682cf05f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# binaries
*.asm
*.bin
*.elf
*.map

# object files
*.o

#csv files
*.csv

#doxygen docu
html/

# tags
tags

build/