diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-06-26 22:37:29 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-09 12:07:25 -0700 |
commit | 066f79223cf49cda5f762b3b9413774b8417cb9f (patch) | |
tree | ffec6c5a14c3f0e407fea055c2f2abf9fcdb9166 /.gitattributes | |
parent | 4ed6101c5c75b939471f4b85ee689a0f5c16d023 (diff) | |
download | subsurface-066f79223cf49cda5f762b3b9413774b8417cb9f.tar.gz |
Treat minified JavaScript as binary
The minified JavaScript is effectively a binary artifact that we carry in
the repo.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ca450ba95..e7eb74e61 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ .gitignore export-ignore .gitattributes export-ignore Documentation/*.html.git text=auto +theme/jquery.min.js binary |