Pārlūkot izejas kodu

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 5 gadi atpakaļ
vecāks
revīzija
766cf0c10f
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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