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:
Sean Nixon 2019-11-08 15:00:59 -06:00 committed by Brendan Forster
parent cedf2d1e99
commit 766cf0c10f
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Cache objects
packer_cache/
# Crash log
crash.log
# For built boxes
*.box