summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorToby Oxborrow <tobyox@cisco.com>2015-09-14 18:29:24 +0800
committerToby Oxborrow <tobyox@cisco.com>2015-09-14 18:37:03 +0800
commitf7f4dab49f8d5c750e36870f78009ff1fb6df2f5 (patch)
tree617ed336204a4bebfa3ec289059cc50b4a73764a /.gitignore
parentcb8c160edd9825120f9094788192fadfe8bb7fc3 (diff)
Fix vagrant provision
* Correct path to activate * More robust .bashrc editing * Git ignore .vagrant directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f56d1f1..5a70616 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,6 @@ docs/_build/
target/
.venv/
+
+# Vagrant
+.vagrant