From e66dd74f5eae323194ae127406d44a48f597e53c Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 12 Sep 2021 20:39:14 +0200 Subject: [PATCH] Create .gitignore Created a potential gitignore file It needs testing likely before merging --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..5fb835a0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# Compilation +## Tools +*.exe +## Intermediary +*.o +*.i +build2/ +## Built rom +*.elf +*.gba +# Saves +*.sgm +*.sa1 +*.ss[0-9] +*.sg1 +*.sav +# Graphics +## Images +*.1bpp +*.4bpp +*8bpp +## Palette +*.gbapal +*.lz +*.rl +## Sound +*.latfont +*.hwjpnfont +*.fwjpnfont +sound/**/*.bin +sound/songs/midi/*.s +# Tools +tools/agbcc +# Linkers +*.map +*.ld +*.bat +*.dump +*.sa +# IDE +*Thumbs.db +build/.DS_Store +*.ddump +.idea/porymap.project.cfg +.vscode/ +*.a +.fuse_hidden* +*.sna