summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJay Pipes <jaypipes@gmail.com>2012-02-29 16:42:26 -0500
committerJay Pipes <jaypipes@gmail.com>2012-02-29 16:42:26 -0500
commit972677fc3dc24a5084657fc337fb2b2981a30e0c (patch)
treefa5039f09ea51c021a924bfac1579eabb9e96de8 /.gitignore
downloadpython-glanceclient-972677fc3dc24a5084657fc337fb2b2981a30e0c.tar.gz
Initial checkin for new CLI and client package
Copied mostly from python-keystoneclient with some Glance-specific stuff. README.rst shows what WILL be the way to do things, not what is currently coded :)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..097d208
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+.coverage
+.venv
+*,cover
+cover
+*.pyc
+.idea
+*.swp
+*~
+build
+dist
+python_keystoneclient.egg-info