summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a41d3741..b37dd7a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
# Ignore VIM's backup generated files
*.swp
+*.swo
+*~
# Ignore Android generated files and folders
src_android/obj/
@@ -48,6 +50,8 @@ ipch/
# Ignore compiled binaries
*.o
+*.a
+*.so
*.exe
!tools/rREM/rrem.exe
@@ -62,6 +66,17 @@ examples/*
# Unignore examples Makefile
!examples/Makefile
+# Ignore all games files
+games/*
+# Unignore all games dirs
+!games/*/
+# Unignore all games files with extension
+!games/*.c
+!games/*.lua
+!games/*.png
+# Unignore games makefile
+!games/makefile
+
# Ignore files build by xcode
*.mode*v*
*.pbxuser