From 6717e68cbb1da149e49b0173dfa6e183f714c5ac Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 19 Mar 2019 12:15:22 -0400 Subject: [PATCH] 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. --- .gitignore | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 33204ad..57d3230 100644 --- a/.gitignore +++ b/.gitignore @@ -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_*/