Update .gitignore to test workaround for RTFD

Add _build to .gitignore as per rtfd/readthedocs.org#665
This commit is contained in:
Ivan Lanin 2014-03-22 17:47:13 +07:00
parent 309a0256cc
commit dc28fd6114
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,6 +5,7 @@
Thumbs.db Thumbs.db
Desktop.ini Desktop.ini
.idea .idea
_build
phpunit.xml phpunit.xml
composer.lock composer.lock
composer.phar composer.phar
@ -17,4 +18,4 @@ vendor
*.docx *.docx
*.rtf *.rtf
*.txt *.txt
*.xml *.xml