Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ac8133

Browse files
committed
[NFC] Adding pythonenv* to .gitignore
The new feature in GitHub called 'GitHub Codespaces' generates a pythonenv3.8 directory in the root level of the llvm-project git checkout. So I am adding that directory to the .gitignore. See the following for more info: https://github.com/features/codespaces Differential Revision: https://reviews.llvm.org/D86846
1 parent 99a93c3 commit 0ac8133

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ autoconf/autom4te.cache
5353
# VS2017 and VSCode config files.
5454
.vscode
5555
.vs
56+
# pythonenv for github Codespaces
57+
pythonenv*
5658
# clangd index. (".clangd" is a config file now, thus trailing slash)
5759
.clangd/
5860
.cache

0 commit comments

Comments
 (0)