cppad/.gitignore
2024-02-17 05:04:50 -07:00

18 lines
431 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
/temp
/temp.*
# ignore result drectory created by fedpkg mockbuild
/results_cppad/
# directories used like git cache
/new/
/new.*/
# ---------------------------------------------------------------------------
#
# Most recent upstrem source
/CppAD-20240000.3.tar.gz