From dc28fd6114f7253758307ccdb5955039263f1cef Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Sat, 22 Mar 2014 17:47:13 +0700 Subject: [PATCH] Update .gitignore to test workaround for RTFD Add _build to .gitignore as per rtfd/readthedocs.org#665 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5bb99634..b1983ec0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ Thumbs.db Desktop.ini .idea +_build phpunit.xml composer.lock composer.phar @@ -17,4 +18,4 @@ vendor *.docx *.rtf *.txt -*.xml \ No newline at end of file +*.xml