From 67f227a85eb58fec3747915ce651401f0830fa2c Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Mon, 4 Sep 2017 10:00:18 +0200 Subject: [PATCH] Refine .gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ed432d4..7a071d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ othello *.static *.dynamic -# for cygwin +# for cygwin *.exe *.o @@ -9,10 +9,13 @@ othello *.so *.dylib *.a -# for cygwin +# for cygwin *.dll *.dll.a +# atom linter +*.gch + # editor trash *.swp *~ -- 2.34.1