aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-06-24 18:06:12 +0800
committerGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-08-11 23:13:38 +0800
commit625a1cb0b57112c4ce84c665a16c0fee364c49f8 (patch)
tree3669c8861a8c8fcb495e6140be7cc9d30647d1e1 /.gitattributes
parented8ff85d2aec6b33be43faee5e85c1272bb1d4d0 (diff)
.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
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes18
1 files changed, 17 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 6f346fba..94ef0ab2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,20 @@
.gitattributes 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