diff --git a/.gitignore b/.gitignore index 5fe530e9cb50..0dade7374c0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,35 @@ -*.exe -*.o -*.i -*.elf -*.gba -!data/*.gba +# OS +.DS_Store +Thumbs.db +.fuse_hidden* + +# Tools +.idea/ +.vscode/ +porymap* + +# Emulation Files *.sgm *.sa1 *.ss[0-9] *.sg1 +*.sa* + +# Build artifacts +build/ tools/agbcc +*.gba +!data/*.gba +*.elf *.map -*.bat +*.exe +*.sym *.dump -*.sa* -Thumbs.db -build/ -.DS_Store -*.ddump -.idea/ -porymap* -prefabs.json -.vscode/ -*.a -.fuse_hidden* + +# Other +*.bat *.sna *.diff -*.sym *.js +*.ddump +prefabs.json \ No newline at end of file diff --git a/libagbsyscall/.gitignore b/libagbsyscall/.gitignore new file mode 100644 index 000000000000..151a620fecdb --- /dev/null +++ b/libagbsyscall/.gitignore @@ -0,0 +1,2 @@ +*.o +*.a \ No newline at end of file