summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-27 12:42:42 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit0fa6060ea5576adbf76e8066ce797b1df53f375b (patch)
tree28afbcb2b8f4f30c6541c8ebb7212984016e15ff /.gitignore
parente7c1646661100ee46821cfbb55fc264fed85a8b5 (diff)
.gitignore: Ignore __pycache__ directories anywhere in the tree
The Meson build system adds several Python scripts, some of which import code from other Python scripts, which will result in __pycache__ directories appearing in the source tree. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 72923bda..e16b972e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,5 +48,6 @@ file*.lst
.libs/
Makefile
Makefile.in
+__pycache__/
cscope.out
tags