gitignore: Fix order of rules for Makefiles

The exceptions were applied before the generic rule, thus they had
no effect.
This commit is contained in:
aquileia 2014-06-08 18:05:53 +02:00
parent 6a0c88f38c
commit 47974ca4eb

6
.gitignore vendored
View file

@ -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*