summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-11-12 18:21:57 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-11-21 17:08:42 +0000
commit5d6138f798d8d5f7b53a2ef01805f40c71016c2a (patch)
tree54d7ef6cd288f13df8d8fd24155d4eafa42d532b /.gitignore
parent416085d75a3436181b7378e64948546128605cea (diff)
downloadlibvirt-python-v7-5d6138f798d8d5f7b53a2ef01805f40c71016c2a.tar.gz
libvirt-python-v7-5d6138f798d8d5f7b53a2ef01805f40c71016c2a.tar.xz
libvirt-python-v7-5d6138f798d8d5f7b53a2ef01805f40c71016c2a.zip
Setup distutils build system
Create a setup.py for building libvirt python code and add supporting files Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b859b49
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+build/
+dist/
+MANIFEST
+*~