From 7d93b9cb09ce874b84eff35f98f77ee863b66894 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 5 Jul 2020 19:00:57 -0400 Subject: [PATCH] Sync .gitignore with pokered and pokegold --- .gitignore | 85 +++++++++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 43 deletions(-) diff --git a/.gitignore b/.gitignore index e92f33000..ec594cd9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,48 +1,6 @@ -# generated -*.tx +# compiled objects *.o -# precompiled python -*.pyc -*$py.class - -# no binaries -*.exe - -# roms -*.gbc -*.gb - -# save game files -*.sgm -*.sav -*.rtc -*.sn* -*.sa* -*.sg1 - -# rgbds extras -*.map -*.sym - -# compare.sh -baserom.txt -pokecrystal.txt - -# used_space.py -used_space.png - -# vim configuration -# http://www.vim.org/scripts/script.php?script_id=441 -.lvimrc - -# swap files for vim and gedit -.*.swp -*~ - -# macos files -.DS_STORE - # compiled graphics *.1bpp *.2bpp @@ -55,3 +13,44 @@ gfx/pokemon/*/bitmask.asm gfx/pokemon/*/frames.asm !gfx/pokemon/unown/bitmask.asm !gfx/pokemon/unown/frames.asm + +# compiled roms +*.gbc +*.gb + +# rgbds extras +*.map +*.sym + +# tool binaries +*.exe + +# precompiled python +*.pyc +*$py.class + +# compare.sh +baserom.txt +pokecrystal.txt + +# used_space.py +used_space.png + +# save game files +*.sgm +*.sav +*.rtc +*.sn* +*.sa* +*.sg1 + +# vim configuration +# http://www.vim.org/scripts/script.php?script_id=441 +.lvimrc + +# swap files for vim and gedit +.*.swp +*~ + +# macos files +.DS_STORE