summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2012-02-15 11:14:37 -0500
committerTodd Zullinger <tmz@pobox.com>2012-02-15 11:14:37 -0500
commit31ba44f1e055917b6055efcda76c6e862e75b015 (patch)
treeaa3a44349d025af2e720d5ebb0a7ab96e34f2411
parent0f66986cd1c5b18c3161088e581073861f16fec8 (diff)
downloadgit-package-31ba44f1e055917b6055efcda76c6e862e75b015.tar.gz
git-package-31ba44f1e055917b6055efcda76c6e862e75b015.tar.xz
git-package-31ba44f1e055917b6055efcda76c6e862e75b015.zip
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.
-rw-r--r--.gitignore14
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