From 60d5f8b217b2d6463985222d68f19edd85b2d5f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 22 Aug 2017 21:20:08 +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 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b751f7b..3d47366 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ +exo[[:digit:]] +!exo[[:digit:]]/ +tp[[:digit:]] +!tp[[:digit:]]/ + *.o -# for cygwin +# for cygwin *.exe # editor trash @@ -9,4 +14,4 @@ .build thumbs.db -*.DS_Store +*.DS_Store -- 2.34.1