TP 13 exo2: Implement the missing bits to do a full game.
[TD_C.git] / .gitignore
index a522c942001e777e29f4768d03a4b774545be964..e13bfdef371c03f0294e7d16c3390dafe86dfb9b 100644 (file)
@@ -1,10 +1,18 @@
+*.static
+*.dynamic
+# for cygwin  
+*.exe
+
 *.o
 
+*.so
+*.a
+
 # editor trash
 *.swp
-*.~
+*~
 
-thumbs.db
+.build
 
-# default binary name output
-exo?/exo?
+thumbs.db
+*.DS_Store