From 15503ff27e46b02622ebfc2cca7ffa1f6f0030b5 Mon Sep 17 00:00:00 2001 From: aquileia Date: Sun, 8 Jun 2014 18:05:53 +0200 Subject: [PATCH] gitignore: Fix order of rules for Makefiles The exceptions were applied before the generic rule, thus they had no effect. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 057a681d296b..7f438f225972 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,10 @@ .*project Project.* +# Makefiles +Makefile +Makefile.in + # cmake CMakeFiles CMakeLists.txt.user* @@ -115,8 +119,6 @@ data/campaigns/**/images/**/.gitignore # uncategorized *.swp -Makefile -Makefile.in revision.h 6not .kdev*