pycodeanalyzer configuration file

pycodeanalyzer can be configured using a configuration file. This file is a INI formated file that can be omitted if not needed.

The following is a template containing all optional configurations.

[Analysis.Files]
# List of Glob expression (python) to exclude file. Used on file paths : Example : ["**/not_parsed.h","/toto/titi/file.h", "**/*toto[1-9]*.not"]
# excludes= 
[Parser.CPP]
# All value to be define when preprosession : List of name[ value]. Example : ["toto 1","titi 'hello'", "tata"]
# defines= 

This template can be generated using the create-config option of pycodeanlyzer.