[libvirt] [PATCH] maint: ignore generated file

Eric Blake eblake at redhat.com
Thu Aug 18 23:04:54 UTC 2011


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.
---

Pushing under the trivial rule.

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index e8b2dbf..39ecd6d 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
-- 
1.7.4.4




More information about the libvir-list mailing list