From 322d1cfc785a822ade3aa05109a56032e8c65461 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 18 Aug 2011 17:03:26 -0600 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2