Ignore Python's bytecode files.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1eb6047f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1eb6047f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1eb6047f Branch: refs/heads/1781-reorganize-and-improve-docs Commit: 1eb6047fd6ac8ab0deeff28cfc4012f0d867a081 Parents: ee769ae Author: Alexander Shorin <[email protected]> Authored: Fri Aug 23 02:43:32 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Fri Sep 27 22:00:45 2013 +0400 ---------------------------------------------------------------------- .gitignore | 2 ++ share/doc/ext/github.pyc | Bin 1379 -> 0 bytes 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1eb6047f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 58f992e..0a60efe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.lo *.o *.orig +*.pyc *.rej *.stamp *.sw* @@ -21,6 +22,7 @@ acinclude.m4 aclocal.m4 apache-couchdb-* autom4te.cache +__pycache__ bin/.deps/ bin/couch-config bin/couch-config_dev http://git-wip-us.apache.org/repos/asf/couchdb/blob/1eb6047f/share/doc/ext/github.pyc ---------------------------------------------------------------------- diff --git a/share/doc/ext/github.pyc b/share/doc/ext/github.pyc deleted file mode 100644 index a6f95a3..0000000 Binary files a/share/doc/ext/github.pyc and /dev/null differ
