Simplify and improve git ignore rules
Using a pattern to match the source tar.gz files prevents fedpkg upload from needlessly appending each new source file to .gitignore. Also ignore *.rpm, the results dir from mockbuild, and expanded source directories.
This commit is contained in:
parent
211efe1897
commit
8dac1b92ab
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,11 +1,4 @@
|
||||
/rpmlint-1.0.tar.bz2
|
||||
/rpmlint-1.1.tar.xz
|
||||
/rpmlint-1.2.tar.xz
|
||||
/rpmlint-1.3.tar.xz
|
||||
/rpmlint-1.4.tar.xz
|
||||
/rpmlint-1.5.tar.xz
|
||||
/rpmlint-1.6.tar.xz
|
||||
/rpmlint-1.7.tar.xz
|
||||
/rpmlint-1.8.tar.gz
|
||||
/rpmlint-1.9.tar.gz
|
||||
/rpmlint-1.10.tar.gz
|
||||
/*.rpm
|
||||
/results_rpmlint/
|
||||
/rpmlint-*/
|
||||
/rpmlint-*.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user