be more specific about which files are ignored
This commit is contained in:
parent
ecd535e80b
commit
98d6364d38
1 changed files with 10 additions and 13 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue