From d9c7e7a0a7d4f916d052f44649a7973c840e45ee Mon Sep 17 00:00:00 2001 From: Adrian Czarnecki Date: Fri, 21 Sep 2018 14:49:49 +0200 Subject: [PATCH] Add .vagrant to gitignore Change-Id: I89ccfa36d209f7c0c48715e4d44ef542b94b1c7a --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3157bb7b..1a636224 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ logs/ *config*.yml db/config.yml .venv +.vagrant # Logs from devstack directory should not be committed devstack/*.log