diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,13 +1,21 @@ .svn +.vscode +.DS_Store build bin old scrap *.a *.o +*.obj *.elf +*.so *.exe +*.map +*.dll *.lzp *.qlp *.iso -*.rom
\ No newline at end of file +*.rom +*.code-workspace +CMakeUserPresets.json |
