diff options
| author | dragon788 | 2016-01-04 05:21:30 +0100 |
|---|---|---|
| committer | dragon788 | 2016-01-04 05:21:30 +0100 |
| commit | ab7d6dca4106bae6876b46f06fe157478a62ecda (patch) | |
| tree | 730d0ac1043d83aa4470af328914ad389dce295d /.gitignore | |
| parent | a07d2df99c74623ec3e5299a17bfaa621dfd7e2f (diff) | |
Adding Vagrantfile for easier compile environment setup
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f3f46872a0..e6652999e7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ tags *~ build/ *.bak +.vagrant/ |