Merge pull request #9715 from bridadan/inc_as_header_file

Add .inc as a header file type.
pull/9728/head
Cruz Monrreal 2019-02-14 20:26:38 -06:00 committed by GitHub
commit 9e6c7234e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -467,6 +467,7 @@ class Resources(object):
".h": FileType.HEADER,
".hh": FileType.HEADER,
".hpp": FileType.HEADER,
".inc": FileType.HEADER,
".o": FileType.OBJECT,
".hex": FileType.HEX,
".bin": FileType.BIN,