TP 12 exo2: Basic file manipulations
[TD_C.git] / .gitignore
index a522c942001e777e29f4768d03a4b774545be964..6b9762b61092eb8662863c8aaf76c06f6718bc42 100644 (file)
@@ -1,10 +1,15 @@
 *.o
+# for cygwin  
+*.exe
+
+*.so
+*.a
 
 # editor trash
 *.swp
-*.~
+*~
 
-thumbs.db
+.build
 
-# default binary name output
-exo?/exo?
+thumbs.db
+*.DS_Store