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.
This commit is contained in:
parent
0f66986cd1
commit
31ba44f1e0
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,17 +1,5 @@
|
|||||||
*~
|
*~
|
||||||
*.rpm
|
*.rpm
|
||||||
*.tar.bz2
|
*.tar.gz
|
||||||
/.build*.log
|
/.build*.log
|
||||||
/git-*/
|
/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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user