.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.

git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@176417 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2013-03-03 15:15:12 +00:00
Родитель 412afadbc3
Коммит 1a3a34c7c8
1 изменённых файлов: 1 добавлений и 0 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -29,3 +29,4 @@ cscope.out
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
docs/_build