.gitignore: add more executable names
[Algorithmic_C.git] / .gitignore
index d3a6eb954f6d68ff40efe2a0a16676d03189b658..af82068c2c849bd10bd9a2d0d71def66046cdbc0 100644 (file)
@@ -1,12 +1,31 @@
+exo[[:digit:]]
+!exo[[:digit:]]/
+tp[[:digit:]]
+!tp[[:digit:]]/
+palindrome
+liste_chainee
+pile_chainee
+file_chainee
+pile_contigue
+pile_realloc
+file_contigue
+ABR
+arbre_n_aire
+arbreB
+AVL
+hachage_chainage
+hachage_lineaire
+tas
+
 *.o
-# for cygwin  
+# for cygwin
 *.exe
 
 # editor trash
 *.swp
-*.~
+*~
 
 .build
 
 thumbs.db
-*.DS_Store 
+*.DS_Store