Makefile: Use a variable for DLL archive targets.
[TD_C.git] / .gitignore
index d9f6fd4582a4d337b44f9d2236e38873a22ed86c..0ec4789e802b4cb0e8cd5da088e68d67acb211c3 100644 (file)
@@ -1,10 +1,29 @@
+exo[[:digit:]]
+!exo[[:digit:]]/
+tp[[:digit:]]
+!tp[[:digit:]]/
+*.static
+*.dynamic
+# for cygwin
+*.exe
+
 *.o
 
+*.so
+*.dylib
+*.a
+# for cygwin
+*.dll
+*.dll.a
+
+# atom linter
+*.gch
+
 # editor trash
 *.swp
-*.~
+*~
 
-thumbs.db
+.build
 
-# default binary name output
-exo?
+thumbs.db
+*.DS_Store