o i believe the settings were initially setup wrong and the content for the *.pom files have window line endings, a normal checkout for someone on unix yields a massive number of line ending changes. this change prevents that, but happy if we want to realign the content to be normalized with unix line endings and have git do the auto conversion

This commit is contained in:
Jason van Zyl 2013-03-15 06:29:19 -07:00
parent 58c0f58ad0
commit 3bb515e722
1 changed files with 0 additions and 7 deletions

7
its/.gitattributes vendored
View File

@ -1,9 +1,2 @@
# Auto detect text files and perform LF normalization
*.jar -text -crlf
* text=auto
*.java text diff=java
*.html text diff=html
*.css text
*.js text
*.sql text