cppad/.gitignore
Brad Bell 1220f6aa56 1. Change name of sources to be exactly the same as on github.
2. improve comments in cppad.spec.
2019-02-01 07:45:52 -07:00

19 lines
511 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/
# directory used like git cache
/new/
/new.*/
# ---------------------------------------------------------------------------
# source code tarball creates CppAD-20190200.0
/20190200.0.tar.gz
# documentation tarball creates CppAD-20190200.doc
/20190200.doc.tar.gz