diff mbox series

[PULL,4/8] Add *.pyc back to the .gitignore file

Message ID 20200928091602.383870-5-laurent@vivier.eu (mailing list archive)
State New, archived
Headers show
Series [PULL,1/8] vhost-vdpa: fix indentation in vdpa_ops | expand

Commit Message

Laurent Vivier Sept. 28, 2020, 9:15 a.m. UTC
From: Thomas Huth <thuth@redhat.com>

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>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 5515f595e67c..b32bca1315e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@ 
 /GNUmakefile
 /build/
+*.pyc
 .sdk
 .stgit-*
 .git-submodule-status