summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore42
1 files changed, 24 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index dd1b5a9d..d319e60c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
+# generated
+*.tx
+*.o
+
# precompiled python
*.pyc
-
-# compiled object file
-*.o
+*$py.class
# no binaries
*.exe
@@ -11,26 +13,30 @@
*.gbc
*.gb
+# save game files
+*.sgm
+*.sav
+*.rtc
+*.sn*
+*.sa*
+*.sg1
+
# rgbds extras
*.map
*.sym
-# converted image data
-*.2bpp
-*.1bpp
-*.pic
+# vim configuration
+# http://www.vim.org/scripts/script.php?script_id=441
+.lvimrc
-# swap files for vim
+# swap files for vim and gedit
.*.swp
+*~
-# no data from extras/
-*.json
-
-# for any of the poor souls with save game files in their working directory
-*.sgm
-*.sav
-*.sys
+# macos files
+.DS_STORE
-# for vim configuration
-# url: http://www.vim.org/scripts/script.php?script_id=441
-.lvimrc
+# compiled graphics
+*.1bpp
+*.2bpp
+*.pic