Repository: thrift Updated Branches: refs/heads/master 38f7a56e5 -> 775248a2f
THRIFT-2747: update .gitignore to ignore .vagrant Client: General Patch: Randy Abernethy Vagrant saves vm state in .vagrant directories which should never be committed. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/775248a2 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/775248a2 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/775248a2 Branch: refs/heads/master Commit: 775248a2f78082e8f8159cab6bdecfc62a1d6fff Parents: 38f7a56 Author: Randy Abernethy <[email protected]> Authored: Tue Sep 30 15:44:16 2014 -0700 Committer: Randy Abernethy <[email protected]> Committed: Tue Sep 30 15:44:16 2014 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/775248a2/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f183523..9e1e809 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ test-driver .sonar .DS_Store .svn +.vagrant /contrib/.vagrant/ /aclocal/libtool.m4
