summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-11-02 19:43:53 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-11-02 19:43:53 +0000
commit2116f79cbcd4605b4997931285f14dde1f72a992 (patch)
treecf842d5496bda1048c43c7101be93bfebf046855 /.gitignore
parente2249b7ce1dd0a2f8f110e0e47aca397185a6373 (diff)
downloadlibguestfs-2116f79cbcd4605b4997931285f14dde1f72a992.tar.gz
libguestfs-2116f79cbcd4605b4997931285f14dde1f72a992.tar.xz
libguestfs-2116f79cbcd4605b4997931285f14dde1f72a992.zip
python: Fixes for Python 3 (RHBZ#750889).
These fixes allow libguestfs bindings to work with Python 3 (tested with Python 3.2) You can select which Python you compile against by doing: PYTHON=python ./configure && make && make check or: PYTHON=python3 ./configure && make && make check
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8980fd0e..fc70e76b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -295,6 +295,7 @@ po-docs/*/*.pod
po-docs/*/*.1
po-docs/*/*.3
podwrapper.sh
+python/__pycache__
python/bindtests.py
python/examples/guestfs-python.3
python/examples/stamp-guestfs-python.pod