mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-12 13:04:58 +08:00
![David Adam](/assets/img/avatar_default.png)
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Actually set the attribute on the file 🤦 and also exclude the
directory.
35 lines
887 B
Plaintext
35 lines
887 B
Plaintext
# normalize newlines
|
|
* text=auto
|
|
*.fish text
|
|
*.bat eol=crlf
|
|
|
|
# let git show off diff hunk headers, help git diff -L:
|
|
# https://git-scm.com/docs/gitattributes
|
|
*.c diff=cpp
|
|
*.h diff=cpp
|
|
*.py diff=py
|
|
*.rs diff=rust
|
|
# add a [diff "fish"] to git config with pattern
|
|
*.fish diff=fish
|
|
|
|
# omit from git archive
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
/build_tools/make_tarball.sh export-ignore
|
|
/debian export-ignore
|
|
/debian/* export-ignore
|
|
/.github export-ignore
|
|
/.github/* export-ignore
|
|
/.builds export-ignore
|
|
/.builds/* export-ignore
|
|
# to make cargo vendor work correctly
|
|
/.cargo/ export-ignore
|
|
/.cargo/config.toml export-ignore
|
|
|
|
# for linguist, which drives GitHub's language statistics
|
|
alpine.js linguist-vendored
|
|
doc_src/** linguist-documentation
|
|
*.fish linguist-language=fish
|
|
# see 70f2899fcd which attempts to "rig the count"
|
|
share/completions/*.fish linguist-documentation
|