simplify gitignore
[vg.git] / .gitignore
index 3431ab8d8ef7356d31f42ade36b14d192c07db6e..fc078ca4c3d7d78618722cc340b0668c4fd525dd 100755 (executable)
@@ -1,56 +1,64 @@
-# Gitignore for MMV project.
-#  Whitelist mode
-
-# Ignore all but directories
-*
-!*/
-
-build.linux/
-build.win32/
-restricted/
-.temp_textures/
-
-# ALLOW ============================
-!.gitattributes
-!.gitignore
-!.gitmodules
 
-# Dependencies _____________________
-#!*.so
-!*.a
-!*.dll
+*.o
+*.so
+*.dll
 
-# Code sources _____________________
-# C source files
-!*.c
-!*.h
+bin/
 
-# Blender projects
-!*.blend
 
-# GLSL shader source files
-!*.fs
-!*.vs
-!*.gls
-
-# Python source files
-!*.py
-
-# Build scripts
-!*.sh
-!*.bat
-
-# Compiled resources _______________
-# MMV proprietary files
-!*.vmd
-!*.vma
-!*.cfg
-!*.vmv
-!*.map
+# Gitignore for MMV project.
+#  Whitelist mode
 
-# Other game assets (3rd party)
-!*.bdf
-!*.png
-!*.ogg
-!*.txt
-!*.tga
+# Ignore all but directories
+#*
+#!*/
+#
+#build.linux/
+#build.win32/
+#restricted/
+#.temp_textures/
+#
+## ALLOW ============================
+#!.gitattributes
+#!.gitignore
+#!.gitmodules
+#
+## Dependencies _____________________
+##!*.so
+#!*.a
+#!*.dll
+#
+## Code sources _____________________
+## C source files
+#!*.c
+#!*.h
+#
+## Blender projects
+#!*.blend
+#
+## GLSL shader source files
+#!*.fs
+#!*.vs
+#!*.gls
+#
+## Python source files
+#!*.py
+#
+## Build scripts
+#!*.sh
+#!*.bat
+#
+## Compiled resources _______________
+## MMV proprietary files
+#!*.vmd
+#!*.vma
+#!*.cfg
+#!*.vmv
+#!*.map
+#
+## Other game assets (3rd party)
+#!*.bdf
+#!*.png
+#!*.ogg
+#!*.txt
+#!*.tga