]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .gitignore
Add RGB commands to default Nyquist keymap
[qmk_firmware.git] / .gitignore
index f66a961fd1bc8c5da26a3b71c4a38e732bca04a3..e40308193c88c320c86fc3b1d0af7d70e86a5e0e 100644 (file)
@@ -1,5 +1,6 @@
 .dep
 *.o
+*.bin
 *.eep
 *.elf
 *.hex
@@ -21,6 +22,8 @@ quantum/version.h
 .idea/
 CMakeLists.txt
 .DS_STORE
+/util/wsl_downloaded
+/util/win_downloaded
 
 # Eclipse/PyCharm/Other IDE Settings
 .cproject
@@ -30,5 +33,12 @@ CMakeLists.txt
 .browse.VC.db*
 *.stackdump
 util/Win_Check_Output.txt
-.vscode
+# 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
\ No newline at end of file