Skip to content
Snippets Groups Projects
Commit 4b7bf8e4 authored by Brad King's avatar Brad King
Browse files

Tell Git not to export any `.sh` or `.bash` scripts

Our new scripts `update-gitsetup.bash` and `update-third-party.bash`
should not be exported by `git archive`.  Furthermore, they should be
checked out with LF newlines.  Update `.gitattributes` accordingly.
parent f466082c
No related branches found
No related tags found
1 merge request!4Developer setup tweaks
......@@ -3,8 +3,8 @@
.hooks* export-ignore
/GitSetup export-ignore
/SetupForDevelopment.sh export-ignore eol=lf
/clang-format.bash export-ignore eol=lf
/*.sh export-ignore eol=lf
/*.bash export-ignore eol=lf
/.clang-format export-ignore
*.c whitespace=tab-in-indent,no-lf-at-eof
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment