Repository: couchdb-erlang-tests Updated Branches: refs/heads/master [created] 2f937ca9b
Add .gitignore Project: http://git-wip-us.apache.org/repos/asf/couchdb-erlang-tests/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-erlang-tests/commit/2f937ca9 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-erlang-tests/tree/2f937ca9 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-erlang-tests/diff/2f937ca9 Branch: refs/heads/master Commit: 2f937ca9b3680593685676f0f23795add94290f1 Parents: Author: ILYA Khlopotov <[email protected]> Authored: Wed Mar 16 11:14:46 2016 -0700 Committer: ILYA Khlopotov <[email protected]> Committed: Wed Mar 16 11:14:46 2016 -0700 ---------------------------------------------------------------------- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-erlang-tests/blob/2f937ca9/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..083179d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.so +ebin/ + +.rebar/ +.eunit
