Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-06-19 16:35:08 +0000
committerJuergen Haug2015-06-19 16:36:23 +0000
commit462f94bd31ccb5fc466cce32d64981fc525fec6e (patch)
tree3a2db1cfd055b056f4daee31ff14aecac0e45105
parentd891c1a4d23e46df26bc56b1f5cb57ac9341d82a (diff)
downloadorg.eclipse.etrice-462f94bd31ccb5fc466cce32d64981fc525fec6e.tar.gz
org.eclipse.etrice-462f94bd31ccb5fc466cce32d64981fc525fec6e.tar.xz
org.eclipse.etrice-462f94bd31ccb5fc466cce32d64981fc525fec6e.zip
.gitattributes - more entries for binary
-rw-r--r--.gitattributes20
1 files changed, 16 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 01f091b27..074ab15d6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,7 +5,19 @@
* text=auto
# Denote all files that are truly binary and should not be modified.
-*.xtextbin binary
-*.pdf binary
-*.jpg binary
-*.png binary \ No newline at end of file
+*.xtextbin binary
+*.pdf binary
+*.zip binary
+*.class binary
+*.dll binary
+*.ear binary
+*.gif binary
+*.ico binary
+*.jar binary
+*.jpg binary
+*.jpeg binary
+*.png binary
+*.so binary
+*.war binary
+*.ods binary
+*.odt binary \ No newline at end of file

Back to the top