summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2014-08-07 22:26:50 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2014-08-07 22:26:50 +0400
commit6fc3e6808b2aef67c9078d3f70941ea06c507cf6 (patch)
tree79fdddf7e75e3eaf51f53252fe065722e1e975df /.gitignore
parentd92aeeb5da2f50533c3fc75cfc940f3b5944a564 (diff)
downloadoslo-concurrency-6fc3e6808b2aef67c9078d3f70941ea06c507cf6.tar.gz
exported from oslo-incubator by graduate.sh
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore51
1 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1399c98
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,51 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+.testrepository
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+
+# Complexity
+output/*.html
+output/*/index.html
+
+# Sphinx
+doc/build
+
+# pbr generates these
+AUTHORS
+ChangeLog
+
+# Editors
+*~
+.*.swp \ No newline at end of file