[clang-tools-extra] r176417 - .gitignore: ignore docs/_build

David Blaikie dblaikie at gmail.com
Sun Mar 3 08:48:03 PST 2013


On Mar 3, 2013 7:20 AM, "Sean Silva" <silvas at purdue.edu> wrote:
>
> 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.

In case I don't get to it myself;

$ svn propedit svn:ignore docs

And then add the relevant pattern on a new line, save, and commit

>
> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130303/bd1812c9/attachment.html>


More information about the cfe-commits mailing list