.gitignore: change temporary files from junk -> temp.
This commit is contained in:
parent
fa9f210a68
commit
dc5cb5d824
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,8 +5,8 @@
|
|||
# ignore log files created by fedpkg local
|
||||
/*.log
|
||||
# temporary files
|
||||
/junk
|
||||
/junk.*
|
||||
/temp
|
||||
/temp.*
|
||||
# ignore result drectory created by fedpkg mockbuild
|
||||
/results_cppad/
|
||||
# directory used like git cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue