summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Hinds <lhinds@redhat.com>2016-07-15 13:34:48 +0100
committerLuke Hinds <lhinds@redhat.com>2016-07-15 13:34:48 +0100
commit7f2ce17bb7bbd7a7d88450de84699ad71d20103c (patch)
treef738ca12daa5924e37aa0efed6aa366f394718df
parentebbe49a8826b2ee0119f1a7e262544c7cdacd8f7 (diff)
Adding gitignore
Change-Id: Iae91685dd66a064e35c9d7d259e525f8395a7425 Signed-off-by: Luke Hinds <lhinds@redhat.com>
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1edb216
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+*.pyc
+*.sw?
+*.egg/
+*.egg-info*
+vendor
+.ksl-venv
+.venv
+.update-venv/
+.tox
+keystone.egg-info/
+*.log
+.coverage
+coverage.xml
+cover/*
+covhtml
+pep8.txt
+nosetests.xml
+doc/build
+.DS_Store
+doc/source/api
+doc/source/modules.rst
+ChangeLog
+AUTHORS
+build/
+dist/
+.project
+.pydevproject
+*.db
+.idea/
+vagrant*/