be more specific about which files are ignored

This commit is contained in:
Brad Bell 2018-01-01 05:22:03 -07:00
commit 98d6364d38

23
.gitignore vendored
View file

@ -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