remove .so
[vg.git] / .gitignore
index 42c290c13e0b582c2d1f6af1cd3667b5b1829ce5..3431ab8d8ef7356d31f42ade36b14d192c07db6e 100755 (executable)
@@ -8,12 +8,18 @@
 build.linux/
 build.win32/
 restricted/
+.temp_textures/
 
 # ALLOW ============================
 !.gitattributes
 !.gitignore
 !.gitmodules
 
+# Dependencies _____________________
+#!*.so
+!*.a
+!*.dll
+
 # Code sources _____________________
 # C source files
 !*.c