Simplify and improve git ignore rules

Using a pattern to match the source .gem files prevents fedpkg upload
from needlessly appending each new source file to .gitignore.

Also ignore *.rpm, logs from 'fedpkg local' builds, the 'fedpkg
mockbuild' results dir, and expanded source directories.
This commit is contained in:
Todd Zullinger 2019-03-19 12:15:22 -04:00
parent 78d8329fe9
commit 6717e68cbb

11
.gitignore vendored
View File

@ -1,6 +1,5 @@
/asciidoctor-1.5.2.gem
/asciidoctor-1.5.3.gem
/asciidoctor-1.5.4.gem
/asciidoctor-1.5.5.gem
/asciidoctor-1.5.5-tests.tgz
/asciidoctor-1.5.6.1.gem
/*.gem
/*.rpm
/.build*.log
/asciidoctor-*/
/results_*/