summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2020-09-03 22:42:27 -0400
committerPuyan Lotfi <plotfi@fb.com>2020-09-03 22:42:27 -0400
commit0ac81333ebc3d75f3c8dfe0ecc5a506c8ef480d7 (patch)
treed14197d0a2e50ef70fab6fb572c1ebca7c7f9192 /.gitignore
parent99a93c3a223e3bfc9a9781bfbf98d2fd4551f923 (diff)
downloadllvm-0ac81333ebc3d75f3c8dfe0ecc5a506c8ef480d7.tar.gz
[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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1c8d4b15925d..5e937552c5f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,8 @@ autoconf/autom4te.cache
# VS2017 and VSCode config files.
.vscode
.vs
+# pythonenv for github Codespaces
+pythonenv*
# clangd index. (".clangd" is a config file now, thus trailing slash)
.clangd/
.cache