rubygem-asciidoctor/.gitignore
Todd Zullinger 6717e68cbb 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.
2019-03-19 13:26:55 -04:00

6 lines
55 B
Plaintext

/*.gem
/*.rpm
/.build*.log
/asciidoctor-*/
/results_*/