2016-08-01 13:26:55 +00:00
|
|
|
# normalize newlines
|
2016-08-01 11:35:18 +00:00
|
|
|
* text=auto
|
2016-08-01 13:26:55 +00:00
|
|
|
*.fish text
|
|
|
|
*.bat eol=crlf
|
|
|
|
|
|
|
|
# let git show off diff hunk headers, help git diff -L:
|
|
|
|
# https://git-scm.com/docs/gitattributes
|
|
|
|
*.cpp diff=cpp
|
2019-02-13 21:33:12 +00:00
|
|
|
*.h diff=cpp
|
2016-08-01 13:26:55 +00:00
|
|
|
*.py diff=py
|
|
|
|
# add a [diff "fish"] to git config with pattern
|
|
|
|
*.fish diff=fish
|
|
|
|
|
|
|
|
# omit from git archive
|
2012-05-10 09:10:39 +00:00
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
2013-06-24 10:06:12 +00:00
|
|
|
/build_tools/make_tarball.sh export-ignore
|
2015-07-09 04:49:47 +00:00
|
|
|
/debian export-ignore
|
2015-07-02 07:06:05 +00:00
|
|
|
/debian/* export-ignore
|
2016-02-24 06:44:19 +00:00
|
|
|
/.github export-ignore
|
|
|
|
/.github/* export-ignore
|
2019-02-13 12:56:36 +00:00
|
|
|
/.builds export-ignore
|
|
|
|
/.builds/* export-ignore
|
|
|
|
/.travis.yml export-ignore
|
2016-08-01 13:26:55 +00:00
|
|
|
|
|
|
|
# for linguist; let github identify our project as C++ instead of C due to pcre2
|
2018-12-29 13:33:00 +00:00
|
|
|
/pcre2-10.32/* linguist-vendored
|
2016-08-01 13:26:55 +00:00
|
|
|
angular.js linguist-vendored
|
2016-08-01 11:35:18 +00:00
|
|
|
/doc_src/* linguist-documentation
|
2016-08-01 13:26:55 +00:00
|
|
|
*.fish linguist-language=fish
|
2017-05-14 12:10:29 +00:00
|
|
|
tests/*.in linguist-language=fish
|