ignore the build directory

This commit is contained in:
antoine 2017-05-12 00:45:31 +02:00
parent 759794d746
commit 0e0817c972
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,6 +6,7 @@ Thumbs.db
Desktop.ini Desktop.ini
.idea .idea
_build _build
/build
phpunit.xml phpunit.xml
composer.lock composer.lock
composer.phar composer.phar
@ -16,4 +17,4 @@ vendor
/.settings /.settings
phpword.ini phpword.ini
/.buildpath /.buildpath
/.project /.project