From: Thomas Huth Date: Sat, 19 Sep 2020 10:18:59 +0000 (+0200) Subject: Add *.pyc back to the .gitignore file X-Git-Tag: v5.2.0-rc0~91^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab800bb38b2d275209071e6c4f38c4269c178102;p=thirdparty%2Fqemu.git 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 Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200919101859.28739-1-thuth@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/.gitignore b/.gitignore index 5515f595e67..b32bca1315e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /GNUmakefile /build/ +*.pyc .sdk .stgit-* .git-submodule-status