Skip to content
Snippets Groups Projects
Commit eec908f0 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Log loaded git ignore files as INFO

parent 7fb5d777
No related branches found
No related tags found
No related merge requests found
from os import path, environ
from configparser import ConfigParser, NoOptionError, NoSectionError
from .. import loaders, patterns, rules, walk, util
from .. import logger, loaders, patterns, rules, walk, util
GIT_REPO = '.git'
......@@ -141,3 +141,5 @@ class GitLoader(loaders.Loader):
excl_rules.extend(all_excl_rules[1:])
incl_rules.extend(all_incl_rules[1:])
self.__rules = excl_rules, incl_rules
logger.info("Loaded git ignore patterns: %s", fullpath)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment