diff options
author | Gabriel L. Somlo <gsomlo@gmail.com> | 2014-03-10 14:08:59 -0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-03-15 13:54:18 +0400 |
commit | f214530f56b99be507e40cc261c9616ec84b72d3 (patch) | |
tree | 18e076d9131c0f3067e0ded121174a37b48d3d52 /.gitignore | |
parent | 9d5614d582d23ec96b167583557bf3f25f64f050 (diff) |
Add qga/qapi-generated to .gitignore
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ef7019f35d..de90463d8a 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] |