summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-08-23 02:43:32 +0400
committerAlexander Shorin <kxepal@apache.org>2013-09-27 22:00:45 +0400
commit1eb6047fd6ac8ab0deeff28cfc4012f0d867a081 (patch)
treed55ca320b0663d806547aa95f80f162bafe40f4a
parentee769ae0cb0c2ead88811053265e7051d6df638e (diff)
downloadcouchdb-1eb6047fd6ac8ab0deeff28cfc4012f0d867a081.tar.gz
Ignore Python's bytecode files.
-rw-r--r--.gitignore2
-rw-r--r--share/doc/ext/github.pycbin1379 -> 0 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 58f992ebc..0a60efe60 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
diff --git a/share/doc/ext/github.pyc b/share/doc/ext/github.pyc
deleted file mode 100644
index a6f95a34c..000000000
--- a/share/doc/ext/github.pyc
+++ /dev/null
Binary files differ