Explorar el Código

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.
Sean Nixon hace 5 años
padre
commit
766cf0c10f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Packer.gitignore

+ 3 - 0
Packer.gitignore

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