[git] Fix gitignore and remove cruft

Todd Zullinger tmz at fedoraproject.org
Wed Feb 15 16:16:26 UTC 2012


commit 31ba44f1e055917b6055efcda76c6e862e75b015
Author: Todd Zullinger <tmz at pobox.com>
Date:   Wed Feb 15 11:14:37 2012 -0500

    Fix gitignore and remove cruft
    
    With the change upstream from .bz2 to .gz, the pattern match failed and
    fedpkg added each individual tarball to gitignore when new-sources was
    called.  Drop this and the entries that were added as a result.

 .gitignore |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9107987..a8b6c5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,5 @@
 *~
 *.rpm
-*.tar.bz2
+*.tar.gz
 /.build*.log
 /git-*/
-/git-1.7.6.4.tar.gz
-/git-1.7.7.tar.gz
-/git-1.7.7.1.tar.gz
-/git-1.7.7.2.tar.gz
-/git-1.7.7.3.tar.gz
-/git-1.7.7.4.tar.gz
-/git-1.7.8.tar.gz
-/git-1.7.8.1.tar.gz
-/git-1.7.8.2.tar.gz
-/git-1.7.8.3.tar.gz
-/git-1.7.8.4.tar.gz
-/git-1.7.9.tar.gz


More information about the scm-commits mailing list