diff mbox

Add qga/qapi-generated to .gitignore

Message ID 20140310171456.GS17184@ERROL.INI.CMU.EDU
State New
Headers show

Commit Message

Gabriel L. Somlo March 10, 2014, 5:14 p.m. UTC
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>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Eric Blake March 10, 2014, 5:57 p.m. UTC | #1
On 03/10/2014 11:14 AM, Gabriel L. Somlo wrote:
> 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>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index ef7019f..a0895c9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -21,6 +21,7 @@
>  libdis*
>  libuser
>  /linux-headers/asm
> +qga/qapi-generated

Why didn't you anchor it?

/qga/qapi-generated
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index ef7019f..a0895c9 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]