summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2017-06-01 14:46:00 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-21 18:42:41 -0700
commit996fda1fa1cfad097f7487b86b1c176b79db45db (patch)
tree207856b5f15c398015e8271733ced13ad3585db6 /.gitattributes
parent6e2e363c5799bb9cbaf77818344e33aeebcdbc16 (diff)
downloadsubsurface-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--.gitattributes3
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