From: Narcisa Vasile <navas...@microsoft.com> Add build folders and .vs/ to .gitignore. Create .gitattributes to handle line endings correctly.
Signed-off-by: Narcisa Vasile <navas...@microsoft.com> Reported-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> --- .gitattributes | 4 ++++ .gitignore | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..13482db3d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +*.sln text eol=crlf +*.vcxproj text eol=crlf diff --git a/.gitignore b/.gitignore index e69de29bb..543281e8f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +x64/ +.vs/ -- 2.23.0.vfs.1.1.63.g5a5ad7f