gitattributes

This commit is contained in:
Wolfgang Thaller 2018-12-09 10:22:32 +01:00
parent eca387c58d
commit d7a9c8d862
2 changed files with 3 additions and 1 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,2 @@
# Ensure Windows Git clients maintain Unix line endings on checkout # Ensure Windows Git clients maintain Unix line endings on checkout
* text eol=lf * text=auto eol=lf

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ CMakeLists.txt.user
.finf .finf
InterfacesAndLibraries InterfacesAndLibraries
.DS_Store .DS_Store
.vscode