diff options
author | toni <matzeton@googlemail.com> | 2016-07-21 02:42:35 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-21 12:26:40 +0200 |
commit | e3eb0ae435aea1b84dbded7347394cb8bad64dd0 (patch) | |
tree | cd2deaeb573a506830f18adef0651af86a4ca1da /.gitattributes | |
parent | bf39644aba616e1eeadf37721cb8d468a319b8e7 (diff) |
vendored files / automake / scripts 2
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes index 56cdd5b..ae36fe7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,12 @@ +*.sh linguist-vendored +scripts/* linguist-vendored +debian/* linguist-vendored build/* linguist-vendored m4/* linguist-vendored - -configure.ac linguist-vendored configure linguist-vendored -Makefile.am linguist-vendored -autogen.sh linguist-vendored=false -compile.sh linguist-vendored +configure.ac linguist-vendored +aclocal.m4 linguist-vendored +*.am linguist-vendored +*.in linguist-vendored +.travis.yml linguist-vendored +tests/Makefile linguist-vendored |