diff options
author | Guillem Jover <guillem@debian.org> | 2009-01-23 04:12:01 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-01-23 04:25:32 +0200 |
commit | 6d08e24e768558a45f94ab72a14904acf845b473 (patch) | |
tree | 7a7c83ad191ca4466f838cbb05dc755bcde3d91c /scripts/.gitignore | |
parent | db9645cff36a3fff3c597764fb8d49fbc819bad7 (diff) | |
download | dpkg-6d08e24e768558a45f94ab72a14904acf845b473.tar.gz |
Cleanup .gitignore files
Move common ignore matches to the top-level .gitignore.
Force directory matching by adding a trailing /.
Remove unused matches (enoent).
Add missing matches (t.tmp and autom4te.cache/).
Diffstat (limited to 'scripts/.gitignore')
-rw-r--r-- | scripts/.gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index ede2efb3f..4857018c7 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1,5 +1,3 @@ -Makefile -Makefile.in dpkg-architecture dpkg-buildpackage dpkg-checkbuilddeps @@ -20,3 +18,4 @@ install-info install-info-stamp cleanup-info 822-date +t.tmp |