diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-02 20:50:02 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-02 20:50:02 +0900 |
commit | 6ffad988e12226d274a01033b43e24ca1af11047 (patch) | |
tree | f4195fb712b5de3beed0b8a036f73e64383426c4 | |
parent | 8574943784da5ce5e910ddf805423eed93996cad (diff) |
update git attributes for linguist
-rw-r--r-- | .gitattributes | 4 | ||||
-rw-r--r-- | curses/.gitattributes | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..588be59 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.h linguist-language=C +*.inc linguist-generated + + diff --git a/curses/.gitattributes b/curses/.gitattributes new file mode 100644 index 0000000..c615b9c --- /dev/null +++ b/curses/.gitattributes @@ -0,0 +1 @@ +m4/* linguist-vendored |