diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6c284453ea..8b9c511231 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ htmlcov .coverage coverage.xml pep8.txt +.vagrant @@ -70,4 +70,4 @@ dev_build: python setup.py dev_build release_build: - pythons setup.py release_build + python setup.py release_build |