aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: b0d1f2acfe8dbc93e3465f3849cb87014c49bbb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Auto detect text files and perform LF normalization
*        text=auto

*.java   text diff=java
*.html   text diff=html
*.xml    text diff=xml
*.css    text
*.js     text
*.sql    text

*.jar    binary
*.war    binary

#  pom file are part of tests involving md5/sha1 (try to keep lf as eol) 
*.pom    eol=lf