smeenai added a comment. In D57330#1375913 <https://reviews.llvm.org/D57330#1375913>, @mehdi_amini wrote:
> In D57330#1375096 <https://reviews.llvm.org/D57330#1375096>, @labath wrote: > > > This is not an full out-of-source build, since the build folder is still a > > subfolder of the repo root > > > My definition of what qualify an "out-of-source" build is that the build > process won't touch anything outside of the build directory: i.e. the build > directory itself is hermetic, self-contained, and can be destroyed without > impacting anything else. > (I agree with you that polluting `git status` is annoying, and personally I > usually have my build directories in parallel with the repo). You can avoid the `git status` pollution by adding the build directory to `.git/info/exclude`. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57330/new/ https://reviews.llvm.org/D57330 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits