From: Jérôme Benoit Date: Tue, 22 Aug 2017 19:14:32 +0000 (+0200) Subject: Refine .gitignore X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=commitdiff_plain;h=e73931141722c98a7c9aafcba1b2c0ce9ae59167;hp=4d6570d9705ee898c58b32afad0ee3e68319171c Refine .gitignore Signed-off-by: Jérôme Benoit --- diff --git a/.gitignore b/.gitignore index c839995..3f2de3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -exo? +exo[[:digit:]] +!exo[[:digit:]]/ *.static *.dynamic -# for cygwin +# for cygwin *.exe *.o @@ -9,7 +10,7 @@ exo? *.so *.dylib *.a -# for cygwin +# for cygwin *.dll *.dll.a