Skip to main content
summaryrefslogtreecommitdiffstats
blob: 00e81a9aa08175ae4ff729b6d85c9eaa800535b4 (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

*.b3aggrcon    text
*.b3aggr       text
*.prefs        text
*.xml          text

Back to the top