From e73931141722c98a7c9aafcba1b2c0ce9ae59167 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 22 Aug 2017 21:14:32 +0200 Subject: [PATCH] Refine .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.34.1