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:
parent
78d8329fe9
commit
6717e68cbb
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
/asciidoctor-1.5.2.gem
|
/*.gem
|
||||||
/asciidoctor-1.5.3.gem
|
/*.rpm
|
||||||
/asciidoctor-1.5.4.gem
|
/.build*.log
|
||||||
/asciidoctor-1.5.5.gem
|
/asciidoctor-*/
|
||||||
/asciidoctor-1.5.5-tests.tgz
|
/results_*/
|
||||||
/asciidoctor-1.5.6.1.gem
|
|
||||||
|
Loading…
Reference in New Issue
Block a user