[PATCH] D57429: [docs] Document ignoring build directory

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 17:24:58 PST 2019


pcc added inline comments.


================
Comment at: clang/www/get_started.html:66
+        to <tt>.git/info/exclude</tt> to ignore it:
+        <tt>cd llvm-project && echo build >> .git/info/exclude</tt></li>
     <li>Note: For subsequent Clang development, you can just run
----------------
I think this should be `/build` otherwise git will ignore files named `build` in every directory.


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

https://reviews.llvm.org/D57429





More information about the llvm-commits mailing list