[PATCH] D22819: [libcxx] [test] Add env.lst and keep.lst to .gitignore for the MSVC libraries test harness.

Stephan T. Lavavej via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 26 09:22:04 PDT 2016


STL_MSFT created this revision.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.

This is optional, but I think it would be convenient if we could upstream the ignoring of env.lst and keep.lst files that our test harness automatically generates.

https://reviews.llvm.org/D22819

Files:
  .gitignore

Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -52,3 +52,7 @@
 
 # PyBuilder
 target/
+
+# MSVC libraries test harness
+env.lst
+keep.lst


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22819.65543.patch
Type: text/x-patch
Size: 210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160726/4e472597/attachment.bin>


More information about the cfe-commits mailing list