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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 15 07:18:43 PST 2019


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: .gitignore:2
+build/*.exe
+build/*.o
----------------
I don't have this problem, but I don't mind. But you can also put whatever you want in `.git/info/exclude` for things that should be ignored only on your machine.


Repository:
  rPSTL pstl

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

https://reviews.llvm.org/D58272





More information about the libcxx-commits mailing list