diff options
author | Sean Silva <silvas@purdue.edu> | 2013-03-03 15:15:12 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-03-03 15:15:12 +0000 |
commit | 206bc114f80d7fb3729400f8c8adf65bdb09acc0 (patch) | |
tree | 23259a68b37e47a45b83fd44ac50912bcc51e26e /clang-tools-extra/.gitignore | |
parent | 62bba5ddfbce51105bc23d27b5c9e7aad9986ff0 (diff) | |
download | bcm5719-llvm-206bc114f80d7fb3729400f8c8adf65bdb09acc0.tar.gz bcm5719-llvm-206bc114f80d7fb3729400f8c8adf65bdb09acc0.zip |
.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
Diffstat (limited to 'clang-tools-extra/.gitignore')
-rw-r--r-- | clang-tools-extra/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/.gitignore b/clang-tools-extra/.gitignore index ab821231891..ac573c4aa68 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 |