From 1eef4ebd3f57ebf1fa562247e9f56a6fef9d106e Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 14 Jun 2018 13:18:26 -0400 Subject: [PATCH] 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. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1b8f7ea..c620878 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -asciidoc-8.4.5.tar.gz -/asciidoc-8.6.8.tar.gz -/asciidoc-8.6.10.tar.gz -/asciidoc-py3-986f99d.tar.gz +/asciidoc-*/ +/asciidoc-*.rpm +/asciidoc-*.tar.gz +/results_*/