diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ad7d3b227..bce3dbe6d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ doc/release/*.rst merge=union # Highlight our custom templating language as C, since it's hopefully better # than nothing. This also affects repo statistics. *.c.src linguist-language=C +*.inc.src linguist-language=C *.h.src linguist-language=C # Mark some files as vendored |