summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 19 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1e19ce9a8..f66a961fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,9 @@
*.eep
*.elf
*.hex
+!util/bootloader.hex
+!quantum/tools/eeprom_reset.hex
+*.log
*.lss
*.lst
*.map
@@ -11,6 +14,21 @@
tags
*~
build/
+.build/
*.bak
.vagrant/
-.DS_STORE \ No newline at end of file
+quantum/version.h
+.idea/
+CMakeLists.txt
+.DS_STORE
+
+# Eclipse/PyCharm/Other IDE Settings
+.cproject
+.project
+.settings/
+.idea
+.browse.VC.db*
+*.stackdump
+util/Win_Check_Output.txt
+.vscode
+.stfolder