]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .gitignore
Base JC65 config
[qmk_firmware.git] / .gitignore
index 2d68e206e818e09e8016e2c6b8faafcc6d10a845..a1f3ce4719c2ba75ee9747a935d0f8e82a1be316 100644 (file)
@@ -1 +1,47 @@
+.dep
+*.o
+*.bin
+*.eep
+*.elf
+*.hex
+!util/bootloader.hex
+!quantum/tools/eeprom_reset.hex
+*.log
+*.lss
+*.lst
+*.map
+*.sym
+*.swp
+tags
+*~
+build/
+.build/
+*.bak
+.vagrant/
+quantum/version.h
+.idea/
+CMakeLists.txt
+.DS_STORE
+/util/wsl_downloaded
+/util/win_downloaded
+
+# Eclipse/PyCharm/Other IDE Settings
+.cproject
+.project
+.settings/
+.idea
+.browse.VC.db*
 *.stackdump
+util/Win_Check_Output.txt
+# Let these ones be user specific, since we have so many different configurations
+.vscode/launch.json
+.vscode/tasks.json
+.stfolder
+
+# ignore image files
+*.png
+*.jpg
+*.gif
+
+# Do not ignore MiniDox left/right hand eeprom files
+!keyboards/minidox/*.eep 
\ No newline at end of file