mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Add crash.log to Packer.gitignore (#3230)
If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control.
This commit is contained in:
parent
cedf2d1e99
commit
766cf0c10f
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
# Cache objects
|
||||
packer_cache/
|
||||
|
||||
# Crash log
|
||||
crash.log
|
||||
|
||||
# For built boxes
|
||||
*.box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue