Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
766cf0c10f
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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