diff --git a/.gitignore b/.gitignore index a796091..9ca5b21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,20 @@ +# Build artifacts build/ *.elf *.nro *.nacp +*.nso +*.npdm *.o *.d *.map -*.lst \ No newline at end of file +*.lst + +# IDE +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db \ No newline at end of file