From a7d9e8ccd01fb26f5c43847384d81b692bd040a8 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 9 Sep 2013 12:43:51 +0100 Subject: Setup distutils buld system Create a setup.py for building libvirt python code and add supporting files Signed-off-by: Daniel P. Berrange --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b859b49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build/ +dist/ +MANIFEST +*~ -- cgit