diff mbox

[PULL,07/13] Add qga/qapi-generated to .gitignore

Message ID 1394877419-19949-8-git-send-email-mjt@msgid.tls.msk.ru
State New
Headers show

Commit Message

Michael Tokarev March 15, 2014, 9:56 a.m. UTC
From: "Gabriel L. Somlo" <gsomlo@gmail.com>

The folder "qga/qapi-generated" shows up after building QEMU, and
gets in the way during e.g. "git add ."; Add it to .gitignore to
keep it from accidentally ending up in the wrong place.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 .gitignore |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index ef7019f..de90463 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@ 
 libdis*
 libuser
 /linux-headers/asm
+/qga/qapi-generated
 /qapi-generated
 /qapi-types.[ch]
 /qapi-visit.[ch]