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

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 29 20:27:56 PDT 2020


plotfi created this revision.
plotfi added a reviewer: echristo.
Herald added subscribers: llvm-commits, danielkiss.
Herald added a project: LLVM.
plotfi requested review of this revision.

Github Codespaces generates a pythonenv3.8 directory inside of the llvm-project checkout. This is a diff to .gitconfig so that this directory is ignored.


Repository:
  rG LLVM Github Monorepo

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.288828.patch
Type: text/x-patch
Size: 319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200830/cf9a7c1d/attachment.bin>


More information about the llvm-commits mailing list