mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-13 20:18:52 +01:00
Added .cc and .hh to the list of default extensions scanned.
This commit is contained in:
parent
a1d83ead9e
commit
af7840be81
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# coding: utf-8
|
||||
#
|
||||
# Copyright © 2012-2013 Ejwa Software. All rights reserved.
|
||||
# Copyright © 2012-2014 Ejwa Software. All rights reserved.
|
||||
#
|
||||
# This file is part of gitinspector.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ from outputable import Outputable
|
|||
import terminal
|
||||
import textwrap
|
||||
|
||||
DEFAULT_EXTENSIONS = ["java", "c", "cpp", "h", "hpp", "py", "glsl", "rb", "js", "sql"]
|
||||
DEFAULT_EXTENSIONS = ["java", "c", "cc", "cpp", "h", "hh", "hpp", "py", "glsl", "rb", "js", "sql"]
|
||||
|
||||
__extensions__ = DEFAULT_EXTENSIONS
|
||||
__located_extensions__ = set()
|
||||
|
|
Loading…
Reference in a new issue