[libcxx-commits] [PATCH] D58272: Add .gitignore

Thomas Rodgers via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 14 21:20:39 PST 2019


rodgert created this revision.
Herald added a reviewer: ldionne.
Herald added a subscriber: libcxx-commits.

The makefile spews build artifacts into the build/ directory, ignore
them.


Repository:
  rPSTL pstl

https://reviews.llvm.org/D58272

Files:
  .gitignore


Index: .gitignore
===================================================================
--- /dev/null
+++ .gitignore
@@ -0,0 +1,2 @@
+build/*.exe
+build/*.o
\ No newline at end of file


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58272.186960.patch
Type: text/x-patch
Size: 183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190215/f535cbd8/attachment-0001.bin>


More information about the libcxx-commits mailing list