From: Eric Blake Date: Thu, 18 Aug 2011 23:03:26 +0000 (-0600) Subject: maint: ignore generated file X-Git-Tag: v0.9.5-rc1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322d1cfc785a822ade3aa05109a56032e8c65461;p=thirdparty%2Flibvirt.git maint: ignore generated file I did 'git add .' while in the middle of 'make syntax-check', and it picked up a temporary file that should not be committed. * .gitignore: Ignore sc_* from syntax check. --- diff --git a/.gitignore b/.gitignore index e8b2dbf555..39ecd6d2af 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ /po/* /proxy/ /python/generator.py.stamp +/sc_* /src/libvirt_iohelper /src/locking/qemu-sanlock.conf /src/remote/*_client_bodies.h