mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
.gitattributes: include build tools in exported archives
Most of these tools are actually useful even without a git tree present.
This commit is contained in:
parent
3aa42389ef
commit
09cff3f4fe
1 changed files with 1 additions and 15 deletions
16
.gitattributes
vendored
16
.gitattributes
vendored
|
@ -13,21 +13,7 @@
|
||||||
# omit from git archive
|
# omit from git archive
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
.travis.yml export-ignore
|
|
||||||
fish.spec.in export-ignore
|
|
||||||
/build_tools/make_svn_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_generic.fish export-ignore
|
|
||||||
/build_tools/osx_package_resources export-ignore
|
|
||||||
/build_tools/osx_package_resources/* 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_tarball.sh export-ignore
|
||||||
/build_tools/osx_package_scripts export-ignore
|
|
||||||
/build_tools/osx_package_scripts/* export-ignore
|
|
||||||
/build_tools/make_pkg.sh 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
|
||||||
|
@ -39,4 +25,4 @@ fish.spec.in export-ignore
|
||||||
angular.js linguist-vendored
|
angular.js linguist-vendored
|
||||||
/doc_src/* linguist-documentation
|
/doc_src/* linguist-documentation
|
||||||
*.fish linguist-language=fish
|
*.fish linguist-language=fish
|
||||||
tests/*.in linguist-language=fish
|
tests/*.in linguist-language=fish
|
||||||
|
|
Loading…
Reference in a new issue