diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1e19ce9a87..f66a961fd1 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 |