Repository: couchdb Updated Branches: refs/heads/master 6da3b560c -> 0a6298f2d
Git ignore .pyc (compiled python) files PR: #323 PR-URL: https://github.com/apache/couchdb/pull/323 Reviewed-By: Robert Kowalski <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0a6298f2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0a6298f2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0a6298f2 Branch: refs/heads/master Commit: 0a6298f2dd9be175ce6998f56f799ad0c0feb79b Parents: 6da3b56 Author: Jay Doane <[email protected]> Authored: Mon May 25 17:14:56 2015 -0700 Committer: Robert Kowalski <[email protected]> Committed: Tue May 26 04:07:33 2015 +0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/0a6298f2/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index db1bc3e..0cdbaa7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ tmp/ *.o *.so +*.pyc ebin/ erl_crash.dump
