From 6c7cfa95e234ebc9adbc2a12e573b126c5148cea Mon Sep 17 00:00:00 2001 From: faramir118 Date: Mon, 21 Mar 2011 23:00:28 +0100 Subject: [PATCH] [11286] Use .gitattributes file in order to set the Visual Studio Files to CRLF line endings. Signed-off-by: DasBlub --- .gitattributes | 3 +++ .gitignore | 1 + src/shared/revision_nr.h | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9793ee465 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sln eol=crlf +*.vcproj eol=crlf +*.vcxproj* eol=crlf diff --git a/.gitignore b/.gitignore index 853e2948a..faa601dd8 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ build tags TAGS !.gitignore +!.gitattributes # # Build generated files diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3ae5aa906..49342a67e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11285" + #define REVISION_NR "11286" #endif // __REVISION_NR_H__