[PATCH] fix .gitignore

Enrico Weigelt, metux IT consult posted 1 patch 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201127183239.4859-1-info@metux.net
.gitignore | 2 ++
1 file changed, 2 insertions(+)
[PATCH] fix .gitignore
Posted by Enrico Weigelt, metux IT consult 3 years, 4 months ago
Some entries for autogenerated files have been missing in .gitignore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index b32bca1315..48ec051c2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ TAGS
 *~
 *.ast_raw
 *.depend_raw
+config-temp/
+config.log
-- 
2.11.0