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-22 15:58:06 +0000
commit41562e063e33232111d17d3769ae4d58266a3b56 (patch)
tree8550fc5893e1d63f0dda82f24ac45db35f1d2239 /.gitignore
parente8785236790ec41e1999a8087feaa1109ab41e5c (diff)
downloadlibvirt-python-v9-41562e063e33232111d17d3769ae4d58266a3b56.tar.gz
libvirt-python-v9-41562e063e33232111d17d3769ae4d58266a3b56.tar.xz
libvirt-python-v9-41562e063e33232111d17d3769ae4d58266a3b56.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
+*~