Auto-Sync
This commit is contained in:
parent
e0f80e765d
commit
faa932b735
1 changed files with 11 additions and 0 deletions
11
.gitattributes
vendored
11
.gitattributes
vendored
|
@ -20,3 +20,14 @@
|
|||
*.PDF diff=astextplain
|
||||
*.rtf diff=astextplain
|
||||
*.RTF diff=astextplain
|
||||
|
||||
These files are text and should be normalized (Convert crlf => lf)
|
||||
*.java text
|
||||
*.xml text
|
||||
*.txt text
|
||||
|
||||
# These files are binary and should be left untouched
|
||||
# (binary is a macro for -text -diff)
|
||||
*.jar binary
|
||||
*.so binary
|
||||
*.dll binary
|
||||
|
|
Loading…
Reference in a new issue