[Openmp-commits] [PATCH] D129711: [OpenMP] Ignore .eggs file in OpenMP

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 14 09:06:56 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG65ebcee197b1: [OpenMP] Ignore .eggs file in OpenMP (authored by tianshilei1992).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129711

Files:
  openmp/.gitignore


Index: openmp/.gitignore
===================================================================
--- openmp/.gitignore
+++ openmp/.gitignore
@@ -20,6 +20,8 @@
 .sw?
 #OS X specific files.
 .DS_store
+# Python egg files
+*.eggs
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129711.444690.patch
Type: text/x-patch
Size: 355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220714/96797c8c/attachment.bin>


More information about the Openmp-commits mailing list