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
5c241ab88b
commit
1eef4ebd3f
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
asciidoc-8.4.5.tar.gz
|
/asciidoc-*/
|
||||||
/asciidoc-8.6.8.tar.gz
|
/asciidoc-*.rpm
|
||||||
/asciidoc-8.6.10.tar.gz
|
/asciidoc-*.tar.gz
|
||||||
/asciidoc-py3-986f99d.tar.gz
|
/results_*/
|
||||||
|
Loading…
Reference in New Issue
Block a user