From 4b024002de401b40c4f272e3f471168e7b9f0937 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 27 Mar 2012 17:26:48 +0100 Subject: Ignore guestfs.pyo. This fixes commit e8ef35df267de6fd6308d0c49a6bdef41113cf19. (cherry picked from commit a138063acb32f6fccfef24381a9c61f08d68ea74) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 59f403c1..f21d1627 100644 --- a/.gitignore +++ b/.gitignore @@ -291,6 +291,7 @@ python/examples/stamp-guestfs-python.pod python/guestfs.py python/guestfs-py.c python/guestfs.pyc +python/guestfs.pyo python/__pycache__ *.rej rescue/stamp-virt-rescue.pod -- cgit