cppad/.gitignore
Brad Bell 445301159a epel7 branch: fix spec file so works with epel7.
cppad.spec: changes indicated by testing 2018 for other branches.
.gitignore: correct 2018 directory, remove 2017 files and directories.
2018-01-02 10:41:27 -07:00

17 lines
544 B
Text

# ignore swap files created by vim editor
/*.swp
# ignore rpm files created by fedpkg srpm
/*.rpm
# ignore log files created by fedpkg local
/*.log
# temporary files
/junk
/junk.*
# ignore result drectory created by fedpkg mockbuild
/results_cppad/
# ---------------------------------------------------------------------------
# When finish testing, change so only ignore cppad-yyyy0000.rel.gpl.tgz file
# and cppad-yyyy0000.rel directory for current year yyyy and current CppAD bug
# release rel.
/cppad-20180000.0.gpl.tgz
/cppad-20180000.0/