summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2010-03-18 11:52:43 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2010-03-18 11:52:43 +0100
commit67e344835596d3ca9f6aa6c72c1f581a7ecc0034 (patch)
tree57aae10cb789177ab8d254e433abceb4b7c96356 /.gitignore
parentd05b334a3c07ac88135e6926f0cc20e79c6a89bd (diff)
.gitignore: fixes for .gitignore and .patch
.gitignore itself is under git control and thus should not be ignored. *.patch was too broad and ignored files which have to be tracked by git, like test/testcases/*.patch. Now it only matches patch files in the top-level directory, like the ones which might be created there by "git format-patch".
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b41f36c6..208be4fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,5 +19,4 @@ po/Makefile.in.in
po/LINGUAS
mkinstalldirs
intltool-*.in
-.gitignore
-*.patch
+/*.patch \ No newline at end of file