mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
.gitattributes: mark most scripts in build_tools as not for export
(but not all!) build_documentation.sh is needed for the tarball if you run make distclean
This commit is contained in:
parent
ed8ff85d2a
commit
625a1cb0b5
1 changed files with 17 additions and 1 deletions
18
.gitattributes
vendored
18
.gitattributes
vendored
|
@ -1,4 +1,20 @@
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
/build_tools 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue