some more ignores

This commit is contained in:
Andreas Gohr 2015-05-15 16:38:04 +02:00
parent 41d51802a4
commit 853f15576b
2 changed files with 5 additions and 0 deletions

2
.gitattributes vendored
View File

@ -9,6 +9,8 @@
.gitignore export-ignore
.editorconfig export-ignore
.travis.yml export-ignore
composer.json export-ignore
composer.lock export-ignore
_test export-ignore
_cs export-ignore
lib/plugins/testing export-ignore

3
.gitignore vendored
View File

@ -58,6 +58,9 @@
lib/images/*/local/*
# composer default ignores
composer.phar
vendor/bin/*
vendor/*/*/bin/*
vendor/*/*/tests/*
vendor/*/*/test/*
vendor/*/*/doc/*