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:
Todd Zullinger 2018-05-03 22:34:40 -04:00
parent 211efe1897
commit 8dac1b92ab

15
.gitignore vendored
View File

@ -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