소스 검색

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 년 전
부모
커밋
766cf0c10f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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