mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 12:15:08 +00:00
comments, diff hunk smarts in .gitattributes
Fix up some redundant paths as well.
This commit is contained in:
parent
8277f6a1ba
commit
fb845cdb72
1 changed files with 20 additions and 13 deletions
33
.gitattributes
vendored
33
.gitattributes
vendored
|
@ -1,34 +1,41 @@
|
||||||
|
# normalize newlines
|
||||||
* text=auto
|
* text=auto
|
||||||
|
*.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
|
||||||
|
*.py diff=py
|
||||||
|
# add a [diff "fish"] to git config with pattern
|
||||||
|
*.fish diff=fish
|
||||||
|
|
||||||
|
# omit from git archive
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
fish.spec.in export-ignore
|
fish.spec.in export-ignore
|
||||||
/build_tools/make_svn_completions.fish export-ignore
|
/build_tools/make_svn_completions.fish export-ignore
|
||||||
/build_tools/description-pak export-ignore
|
|
||||||
/build_tools/make_hg_completions.fish export-ignore
|
/build_tools/make_hg_completions.fish export-ignore
|
||||||
/build_tools/make_vcs_completions.fish export-ignore
|
/build_tools/make_vcs_completions.fish export-ignore
|
||||||
/build_tools/make_vcs_completions_generic.fish export-ignore
|
/build_tools/make_vcs_completions_generic.fish export-ignore
|
||||||
/build_tools/osx_package_resources export-ignore
|
/build_tools/osx_package_resources export-ignore
|
||||||
/build_tools/osx_package_resources/terminal_logo.png export-ignore
|
/build_tools/osx_package_resources/* export-ignore
|
||||||
/build_tools/osx_package_resources/welcome.rtf export-ignore
|
|
||||||
/build_tools/make_csv_completions.fish export-ignore
|
/build_tools/make_csv_completions.fish export-ignore
|
||||||
/build_tools/osx_distribution.xml export-ignore
|
/build_tools/osx_distribution.xml export-ignore
|
||||||
/build_tools/make_tarball.sh export-ignore
|
/build_tools/make_tarball.sh export-ignore
|
||||||
/build_tools/make_deb.sh export-ignore
|
|
||||||
/build_tools/osx_package_scripts export-ignore
|
/build_tools/osx_package_scripts export-ignore
|
||||||
/build_tools/osx_package_scripts/add-shell export-ignore
|
/build_tools/osx_package_scripts/* export-ignore
|
||||||
/build_tools/osx_package_scripts/postinstall export-ignore
|
|
||||||
/build_tools/make_pkg.sh export-ignore
|
/build_tools/make_pkg.sh export-ignore
|
||||||
/build_tools/make_darcs_completions.fish export-ignore
|
/build_tools/make_darcs_completions.fish export-ignore
|
||||||
/debian export-ignore
|
/debian export-ignore
|
||||||
/debian/* export-ignore
|
/debian/* export-ignore
|
||||||
/.github export-ignore
|
/.github export-ignore
|
||||||
/.github/* export-ignore
|
/.github/* export-ignore
|
||||||
/pcre2-10.21/* linguist-vendored
|
|
||||||
/pcre2-10.21 linguist-vendored
|
# for linguist; let github identify our project as C++ instead of C due to pcre2
|
||||||
/share/tools/web_config/js/angular.js linguist-vendored
|
/pcre2* linguist-vendored
|
||||||
/doc_src linguist-documentation
|
angular.js linguist-vendored
|
||||||
/doc_src/* linguist-documentation
|
/doc_src/* linguist-documentation
|
||||||
*.md linguist-documentation
|
*.fish linguist-language=fish
|
||||||
COPYING linguist-documentation
|
tests/*.in linguist-language=fish
|
||||||
*.sh eol=lf
|
|
Loading…
Reference in a new issue