diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-06-01 14:46:00 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-21 18:42:41 -0700 |
commit | 996fda1fa1cfad097f7487b86b1c176b79db45db (patch) | |
tree | 207856b5f15c398015e8271733ced13ad3585db6 /.gitattributes | |
parent | 6e2e363c5799bb9cbaf77818344e33aeebcdbc16 (diff) | |
download | subsurface-996fda1fa1cfad097f7487b86b1c176b79db45db.tar.gz |
Flag more minified javascript as binary
This is so that crap doesn't show up when doing ex. git grep
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e7eb74e61..e5ae179a9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ .gitignore export-ignore .gitattributes export-ignore Documentation/*.html.git text=auto +theme/jqplot.canvasAxisTickRenderer.min.js binary +theme/jqplot.highlighter.min.js binary +theme/jquery.jqplot.min.js binary theme/jquery.min.js binary |