Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0e107cbfea857eef94a5f68265310f992b4b6c7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# JGit/EGit does fully support gitattributes at this time. Follow bug 342372
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=342372


*       text=auto

*.aggrcon    text
*.aggr       text
*.prefs        text
*.xml          text

Back to the top