From 996fda1fa1cfad097f7487b86b1c176b79db45db Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Thu, 1 Jun 2017 14:46:00 +0200 Subject: [PATCH] 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 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) 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