1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
gitignore/Packer.gitignore
Sean Nixon 766cf0c10f 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.
2019-11-08 17:00:59 -04:00

9 lines
78 B
Plaintext

# Cache objects
packer_cache/
# Crash log
crash.log
# For built boxes
*.box