Browse Source

Updated gitattributes

Darryl Gough 12 years ago
parent
commit
40247a506a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitattributes

+ 3 - 0
.gitattributes

@@ -23,11 +23,14 @@
 *.xml text
 *.md text
 *.sh text
+*.project text
+*.cproject text
 
 # Declare windows files that will always have CRLF line endings on checkout.
 *.sln text eol=crlf
 *.vcxproj text eol=crlf
 *.vcxproj.filters text eol=crlf
+.vsxproj.user text eol=crlf
 *.bat text eol=crlf
 
 # Denote all files that are truly binary and should not be modified.