Skip to content

Commit 4d29fb5

Browse files
targosdanielleadams
authored andcommitted
tools: add pythonenv to .gitignore
GitHub Codespaces installs a copy of Python 3.8 in the repository. PR-URL: #35389 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 998b24e commit 4d29fb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
/out
3939
/*.msi
4040
/*.wixpdb
41+
/*.qlog
42+
# For GitHub Codespaces
43+
/pythonenv*
4144

4245
# === Rules for artifacts of `./configure` ===
4346
/icu_config.gypi

0 commit comments

Comments
 (0)