[11286] Use .gitattributes file in order to set the Visual Studio Files to CRLF line endings.

Signed-off-by: DasBlub <DasBlub@gmail.com>
This commit is contained in:
faramir118 2011-03-21 23:00:28 +01:00 committed by DasBlub
parent 96512037a9
commit 6c7cfa95e2
3 changed files with 5 additions and 1 deletions

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
*.sln eol=crlf
*.vcproj eol=crlf
*.vcxproj* eol=crlf

1
.gitignore vendored
View file

@ -26,6 +26,7 @@ build
tags
TAGS
!.gitignore
!.gitattributes
#
# Build generated files

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11285"
#define REVISION_NR "11286"
#endif // __REVISION_NR_H__