TP 7 exo1: Remove a useless branching in a int* swap function
[TD_C.git] / .gitignore
index d9f6fd4582a4d337b44f9d2236e38873a22ed86c..6b9762b61092eb8662863c8aaf76c06f6718bc42 100644 (file)
@@ -1,10 +1,15 @@
 *.o
+# for cygwin  
+*.exe
+
+*.so
+*.a
 
 # editor trash
 *.swp
-*.~
+*~
 
-thumbs.db
+.build
 
-# default binary name output
-exo?
+thumbs.db
+*.DS_Store