Skip to content

Commit 766cf0c

Browse files
sean-nixonshiftkey
authored andcommitted
Add crash.log to Packer.gitignore (github#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.
1 parent cedf2d1 commit 766cf0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Packer.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Cache objects
22
packer_cache/
33

4+
# Crash log
5+
crash.log
6+
47
# For built boxes
58
*.box

0 commit comments

Comments
 (0)