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

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 17:25:27 PST 2019


smeenai marked an inline comment as done.
smeenai 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
----------------
pcc wrote:
> I think this should be `/build` otherwise git will ignore files named `build` in every directory.
You're right. I'll address this if we decide to go down this path vs. just adding to the `.gitignore`.


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

https://reviews.llvm.org/D57429





More information about the llvm-commits mailing list