From 8482ea7ec972a9cc81fa904f36ed1bf1ab7073d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 17 Sep 2017 19:26:18 +0200 Subject: [PATCH] .gitignore: add more executable names MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 3d47366..af82068 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,20 @@ 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 -- 2.34.1