summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Deza <alfredo.deza@inktank.com>2013-08-16 13:22:35 -0400
committerGary Lowell <gary.lowell@inktank.com>2013-10-09 10:04:49 -0700
commit0c171f45a5f1ff1d4339076d8890c2c8c8a672f4 (patch)
tree295fd2c30cda2aa0a0f6ce508656cae3b91dbd62
parente0d15b1fc53ccfaf81ca73d8907c0138994d16e5 (diff)
downloadceph-0c171f45a5f1ff1d4339076d8890c2c8c8a672f4.tar.gz
add a python specific gitignore
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
-rw-r--r--src/pybind/.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/pybind/.gitignore b/src/pybind/.gitignore
new file mode 100644
index 00000000000..45b83ef4807
--- /dev/null
+++ b/src/pybind/.gitignore
@@ -0,0 +1,34 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject