From 766cf0c10fb85a9b290d6f6e395e9e0a0f7aa4b2 Mon Sep 17 00:00:00 2001 From: Sean Nixon Date: Fri, 8 Nov 2019 15:00:59 -0600 Subject: [PATCH] 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. --- Packer.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Packer.gitignore b/Packer.gitignore index 1b7a03ef..f2d0a319 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -1,5 +1,8 @@ # Cache objects packer_cache/ +# Crash log +crash.log + # For built boxes *.box