[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/8] Add *.pyc back to the .gitignore file
From: |
Laurent Vivier |
Subject: |
[PULL 4/8] Add *.pyc back to the .gitignore file |
Date: |
Mon, 28 Sep 2020 11:15:58 +0200 |
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 --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
--
2.26.2
- [PULL 0/8] Trivial branch for 5.2 patches, Laurent Vivier, 2020/09/28
- [PULL 1/8] vhost-vdpa: fix indentation in vdpa_ops, Laurent Vivier, 2020/09/28
- [PULL 6/8] timer: Fix timer_mod_anticipate() documentation, Laurent Vivier, 2020/09/28
- [PULL 3/8] virtio: vdpa: omit check return of g_malloc, Laurent Vivier, 2020/09/28
- [PULL 5/8] vhost-vdpa: remove useless variable, Laurent Vivier, 2020/09/28
- [PULL 2/8] meson: fix static flag summary, Laurent Vivier, 2020/09/28
- [PULL 4/8] Add *.pyc back to the .gitignore file,
Laurent Vivier <=
- [PULL 8/8] docs/system/deprecated: Move lm32 and unicore32 to the right section, Laurent Vivier, 2020/09/28
- [PULL 7/8] migration/multifd: Remove superfluous semicolons, Laurent Vivier, 2020/09/28
- Re: [PULL 0/8] Trivial branch for 5.2 patches, Peter Maydell, 2020/09/28