diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..6029afce4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +.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 + +# Eclipse/PyCharm/Other IDE Settings +.cproject +.project +.settings/ +.idea +.browse.VC.db* +*.stackdump +util/Win_Check_Output.txt +.vscode +.stfolder |