Add .rebar/ to gitignore
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/50066bc8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/50066bc8 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mango/diff/50066bc8 Branch: refs/heads/upstream Commit: 50066bc841be578fc1cc2ed8f404392c71d853e5 Parents: d8792e4 Author: katsel <[email protected]> Authored: Tue Oct 11 12:41:45 2016 +0200 Committer: Nick Vatamaniuc <[email protected]> Committed: Wed Nov 30 12:40:43 2016 -0500 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mango/blob/50066bc8/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 50d43d8..4469453 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.rebar/ ebin/ test/*.pyc venv/
