[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.1.3-9-g1bd2c3a



The following commit has been merged in the master branch:
commit 08673dd22372283eb5541f4e1cecdf836bf16ee4
Author: Russ Allbery <rra@debian.org>
Date:   Sun Dec 28 17:22:40 2008 -0800

    Use anchored paths in .gitignore
    
    Anchor the paths in .gitignore so that they only match the intended
    files (which allows removing two exclusion patterns for runtests).

diff --git a/.gitignore b/.gitignore
index 8e0829a..1f9d0da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,7 @@
-debian/tests
-runtests
-!testset/runtests
-!t/runtests
-build-stamp
-doc/README
-doc/help.tmp
-doc/lintian.html/
-doc/lintian.txt
+/build-stamp
+/debian/tests
+/doc/README
+/doc/help.tmp
+/doc/lintian.html/
+/doc/lintian.txt
+/runtests

-- 
Debian package checker


Reply to: