From 3e906a3f10d1e1d94b54b45a1040dc6cd4178cb5 Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Thu, 19 Apr 2012 15:23:08 +0200 Subject: [PATCH] Gitignore tuning: better ignoring of binaries --- c/.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/c/.gitignore b/c/.gitignore index 1ed1bca..796c53c 100644 --- a/c/.gitignore +++ b/c/.gitignore @@ -1,6 +1,7 @@ #Quick and dirty .gitignore to get rid of binaries, overrides global .gitignore :( -/* -!/*.* +* +!*/ +!*.* ![Mm]akefile *.o *.exe -- 2.30.2