mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 04:27:46 +08:00
8277f6a1ba
Only one file belonging to fish-shell had DOS/bogus line endings, with `git add' picking up changes after updating .gitattributes: hostname.fish. Unsurprisingly, it has code to support cygwin and was likely worked on by a user on a Windows machine. This will help such cases in the future. Also, in pcre2-10.21/, there was RunTest.bat which was (correctly) CRLF formatted. We don't use this batch script at all, so rather than LF it or add an exception, blast it away like the other pcre2 files omitted from the repo.
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
* text=auto
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.travis.yml export-ignore
|
|
fish.spec.in 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_vcs_completions.fish export-ignore
|
|
/build_tools/make_vcs_completions_generic.fish export-ignore
|
|
/build_tools/osx_package_resources export-ignore
|
|
/build_tools/osx_package_resources/terminal_logo.png export-ignore
|
|
/build_tools/osx_package_resources/welcome.rtf export-ignore
|
|
/build_tools/make_csv_completions.fish export-ignore
|
|
/build_tools/osx_distribution.xml 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/add-shell export-ignore
|
|
/build_tools/osx_package_scripts/postinstall export-ignore
|
|
/build_tools/make_pkg.sh export-ignore
|
|
/build_tools/make_darcs_completions.fish export-ignore
|
|
/debian export-ignore
|
|
/debian/* export-ignore
|
|
/.github export-ignore
|
|
/.github/* export-ignore
|
|
/pcre2-10.21/* linguist-vendored
|
|
/pcre2-10.21 linguist-vendored
|
|
/share/tools/web_config/js/angular.js linguist-vendored
|
|
/doc_src linguist-documentation
|
|
/doc_src/* linguist-documentation
|
|
*.md linguist-documentation
|
|
COPYING linguist-documentation
|
|
*.sh eol=lf
|