summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Huth2020-09-19 12:18:59 +0200
committerLaurent Vivier2020-09-23 19:09:56 +0200
commitab800bb38b2d275209071e6c4f38c4269c178102 (patch)
treedd45d0a8c2148251daafea567049ca3e0f822e6a /.gitignore
parentvirtio: vdpa: omit check return of g_malloc (diff)
downloadqemu-ab800bb38b2d275209071e6c4f38c4269c178102.tar.gz
qemu-ab800bb38b2d275209071e6c4f38c4269c178102.tar.xz
qemu-ab800bb38b2d275209071e6c4f38c4269c178102.zip
Add *.pyc back to the .gitignore file
Python still dumps its bytecode into the source directory, so we should continue to ignore the *.pyc files. Fixes: 0e72b7df4d ("Simplify the .gitignore file") Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200919101859.28739-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5515f595e6..b32bca1315 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
/GNUmakefile
/build/
+*.pyc
.sdk
.stgit-*
.git-submodule-status