diff --git a/.gitignore b/.gitignore index 918d859fa..16bae84c7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,13 @@ debian/*.debhelper # Dependency directories (remove the comment below to include it) # vendor/ testdata/cache + +# Packer +output/ +packer_cache/ +crash.log +*.box + +# Vagrant +.vagrant/ +.ropeproject