aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNathan Sharfi <me@ngalt.com>2016-07-31 14:02:25 -0700
committerNathan Sharfi <me@ngalt.com>2016-07-31 14:02:25 -0700
commitd889648d5373b7ff77dc7bc4b369c628e8336b45 (patch)
tree35c6eb194417242958baf54b36f0ff3a56e378f1 /.gitignore
parent6428069eb70f5cc47ac1f3f9acf3daea14fb9097 (diff)
parentb25dbc484d639210c53d8e13f79cf5a77f2faaaa (diff)
downloadfirmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.tar.gz
firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.tar.bz2
firmware-d889648d5373b7ff77dc7bc4b369c628e8336b45.zip
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a082ea22e..849143352 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
-keyboard/planck/dfu-programmer.exe
.dep
*.o
*.eep
*.elf
*.hex
+!util/bootloader.hex
+!quantum/tools/eeprom_reset.hex
+*.log
*.lss
*.lst
*.map
@@ -12,8 +14,11 @@ keyboard/planck/dfu-programmer.exe
tags
*~
build/
+.build/
*.bak
.vagrant/
+.idea/
+CMakeLists.txt
.DS_STORE
# Eclipse/PyCharm/Other IDE Settings
@@ -21,3 +26,4 @@ build/
.project
.settings/
.idea
+.browse.VC.db* \ No newline at end of file