summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ae342167dfc214faadf7abd4790b2c5912475ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.dep
*.o
*.eep
*.elf
*.hex
*.lss
*.lst
*.map
*.sym
*.swp
tags
*~
build/
*.bak
.vagrant/
.DS_STORE

# Eclipse Settings
.cproject
.project
.settings/