Author: silvas
Date: Sun Mar  3 09:15:12 2013
New Revision: 176417

URL: http://llvm.org/viewvc/llvm-project?rev=176417&view=rev
Log:
.gitignore: ignore docs/_build

That is where the documentation gets built to.

I'm pretty much clueless about SVN; I would appreciate if someone more
knowledgeable about SVN made the equivalent change.

Modified:
    clang-tools-extra/trunk/.gitignore

Modified: clang-tools-extra/trunk/.gitignore
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/.gitignore?rev=176417&r1=176416&r2=176417&view=diff
==============================================================================
--- clang-tools-extra/trunk/.gitignore (original)
+++ clang-tools-extra/trunk/.gitignore Sun Mar  3 09:15:12 2013
@@ -29,3 +29,4 @@ cscope.out
 
#==============================================================================#
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
 
#==============================================================================#
+docs/_build


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to