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:
authorsgiehl <stefan@piwik.org>2015-10-03 23:32:46 +0300
committersgiehl <stefan@piwik.org>2015-10-03 23:32:46 +0300
commita30d6ae6b782dcce8cab7e2d153a06aceeb0cdfe (patch)
treeb7e3de37aa0a9fd125b952e1bc12c14d436d49de /.gitattributes
parented29aaac2a4325be58f35bb03ab2915e0720f1df (diff)
adds .gzip to .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index d67224b7b2..faaf8009a0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -23,6 +23,7 @@
*.jpg binary
*.gif binary
*.gz binary
+*.gzip binary
*.bz2 binary
*.pdf binary
*.jar binary
@@ -38,4 +39,4 @@
*.WOFF2 binary
# Custom for Visual Studio
-*.cs diff=csharp \ No newline at end of file
+*.cs diff=csharp