diff options
author | camthesaxman <cameronghall@cox.net> | 2016-11-20 18:31:59 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2016-11-20 18:31:59 -0600 |
commit | 0452941b78df0395983cccebfa2d8df3a38d8c61 (patch) | |
tree | f40df0f5b5c38688b4cb6e004b7dc03c111a4af6 | |
parent | 0e0f5ad630f805664e2be9d96e64d8f75c4411e2 (diff) |
also fix .inc files
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 0cff4c01e..b447e32c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,4 @@ Makefile text eol=lf *.bin binary *.h linguist-language=C +*.inc linguist-language=Assembly |