remove /var/www as ignored folder

This commit is contained in:
Alan Hamlett 2017-04-12 07:57:48 -07:00
parent 3ca9b0b746
commit 051ae85f69
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ format. An example config file with all available options::
exclude = exclude =
^COMMIT_EDITMSG$ ^COMMIT_EDITMSG$
^TAG_EDITMSG$ ^TAG_EDITMSG$
^/var/ ^/var/(?!www/).*
^/etc/ ^/etc/
include = include =
.* .*