]> source.dussan.org Git - gitignore.git/commitdiff
Add crash.log to Packer.gitignore (#3230)
authorSean Nixon <sean-nixon@users.noreply.github.com>
Fri, 8 Nov 2019 21:00:59 +0000 (15:00 -0600)
committerBrendan Forster <brendan@github.com>
Fri, 8 Nov 2019 21:00:59 +0000 (17:00 -0400)
If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control.

Packer.gitignore

index 1b7a03efdd72ff50f9e4c725720ea6ccad2b8174..f2d0a3199486f6989e1b57d10509472f2f72df47 100644 (file)
@@ -1,5 +1,8 @@
 # Cache objects
 packer_cache/
 
+# Crash log
+crash.log
+
 # For built boxes
 *.box