From 206bc114f80d7fb3729400f8c8adf65bdb09acc0 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sun, 3 Mar 2013 15:15:12 +0000 Subject: [PATCH] .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. llvm-svn: 176417 --- clang-tools-extra/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/clang-tools-extra/.gitignore b/clang-tools-extra/.gitignore index ab82123..ac573c4a 100644 --- a/clang-tools-extra/.gitignore +++ b/clang-tools-extra/.gitignore @@ -29,3 +29,4 @@ cscope.out #==============================================================================# # Directories to ignore (do not add trailing '/'s, they skip symlinks). #==============================================================================# +docs/_build -- 2.7.4