[PATCH] Treat minified JavaScript as binary

Anton Lundin glance at acc.umu.se
Sun Jun 26 13:37:29 PDT 2016


The minified JavaScript is effectively a binary artifact that we carry in
the repo.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index ca450ba..e7eb74e 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
-- 
2.7.4



More information about the subsurface mailing list