From ef8029e086c5c5fda9e309a7db4b5fce1c43deec Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 16 Apr 2023 22:54:14 +0100 Subject: [PATCH] chore: update gitignore. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) 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