Add .gitattributes and .gitignore, remove .cvsignore

This commit is contained in:
Marius Greuel
2021-12-10 22:05:33 +01:00
parent 7015ebe0d6
commit e85d112891
4 changed files with 32 additions and 4 deletions

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
* text=auto eol=lf
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf