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
Index: .gitignore =================================================================== --- .gitignore +++ .gitignore @@ -52,3 +52,7 @@ # PyBuilder target/ + +# MSVC libraries test harness +env.lst +keep.lst
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits