From 98d6364d386e2a82ec842cda382992a7d4a3ceab Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Mon, 1 Jan 2018 05:22:03 -0700 Subject: [PATCH] be more specific about which files are ignored --- .gitignore | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 23d3b94..b2648ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,16 @@ # ignore swap files created by vim editor -*.swp +/*.swp # ignore rpm files created by fedpkg srpm -*.rpm +/*.rpm # ignore log files created by fedpkg local -*.log +/*.log # temporary files -junk -junk.* +/junk +/junk.* # ignore result drectory created by fedpkg mockbuild -results_cppad -# -# ignore tarball and results of fedpkg local -cppad-20170000.3.gpl.tgz -cppad-20170000.3 +/results_cppad/ # --------------------------------------------------------------------------- -# Running fedpkg new-sources may create entries below the line of dashes. -# Edit these entries to be above the line of dashes. -/cppad-20170000.4.gpl.tgz +# Should only need to ignore cppad-yyyy0000.rel.gpl.tgz and cppad-yyyy0000.rel +# for current year yyyy and current CppAD bug release rel. +cppad-20170000.4.gpl.tgz +cppad-20170000.4