cppad.spec: changes indicated by testing 2018 for other branches. .gitignore: correct 2018 directory, remove 2017 files and directories.
17 lines
544 B
Text
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/
|