On Mar 3, 2013 7:20 AM, "Sean Silva" <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
