[PATCH] D86846: [NFC] Adding pythonenv* to .gitignore

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 19:45:50 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0ac81333ebc3: [NFC] Adding pythonenv* to .gitignore (authored by plotfi, committed by Puyan Lotfi <plotfi at fb.com>).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86846/new/

https://reviews.llvm.org/D86846

Files:
  .gitignore


Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -53,6 +53,8 @@
 # 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86846.289843.patch
Type: text/x-patch
Size: 319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200904/7aa1fb69/attachment.bin>


More information about the llvm-commits mailing list