Refine .gitignore
[TD_C.git] / .gitignore
index 1b7395949516e524539a4ca112640ae4ee89401b..3f2de3a4b0d69474a0a7854b4d27853e74aa06f9 100644 (file)
@@ -1,9 +1,24 @@
-*.o
-# for cygwin  
+exo[[:digit:]]
+!exo[[:digit:]]/
+*.static
+*.dynamic
+# for cygwin
 *.exe
 
+*.o
+
+*.so
+*.dylib
+*.a
+# for cygwin
+*.dll
+*.dll.a
+
 # editor trash
 *.swp
-*.~
+*~
+
+.build
 
 thumbs.db
+*.DS_Store