aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 83f3f2da9..76d09a680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,10 @@ keyboard/planck/dfu-programmer.exe
3*.o 3*.o
4*.eep 4*.eep
5*.elf 5*.elf
6*.hex 6/*.hex
7/keyboard/**/*.hex
8/keyboard/**/keymaps/**/*.hex
9!/keyboard/**/keymaps/**/compiled.hex
7*.log 10*.log
8*.lss 11*.lss
9*.lst 12*.lst
@@ -13,6 +16,7 @@ keyboard/planck/dfu-programmer.exe
13tags 16tags
14*~ 17*~
15build/ 18build/
19.build/
16*.bak 20*.bak
17.vagrant/ 21.vagrant/
18.idea/ 22.idea/