Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-09-24 14:49:37 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-24 14:50:28 +0300
commit0e9d98d860e47d6b2e90691ac86ef56469a97121 (patch)
tree5f71a09ef48ff2b7a1709f5901543cd7e27c8e68 /.gitattributes
parent7d6e24bf5eef640276c6372794567d475e8ed7dd (diff)
Make fonts binary in gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes31
1 files changed, 16 insertions, 15 deletions
diff --git a/.gitattributes b/.gitattributes
index 3720cc6771..d67224b7b2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,10 +1,7 @@
-# Auto detect text files and perform LF normalization
+# auto detect text files and perform LF normalization
* text eol=lf
-# Custom for Visual Studio
-*.cs diff=csharp
-
-# Standard to msysgit
+# text
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
@@ -15,19 +12,10 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
-
-# BS3
-*.eot diff=astextplain
-*.EOT diff=astextplain
*.svg diff=astextplain
*.SVG diff=astextplain
-*.ttf diff=astextplain
-*.TTF diff=astextplain
-*.woff diff=astextplain
-*.WOFF diff=astextplain
-*.woff2 diff=astextplain
-*.WOFF2 diff=astextplain
+# binary
*.z binary
*.xls binary
*.xlsx binary
@@ -38,3 +26,16 @@
*.bz2 binary
*.pdf binary
*.jar binary
+
+# fonts
+*.eot binary
+*.EOT binary
+*.ttf binary
+*.TTF binary
+*.woff binary
+*.WOFF binary
+*.woff2 binary
+*.WOFF2 binary
+
+# Custom for Visual Studio
+*.cs diff=csharp \ No newline at end of file