Ok for real the first commit

This commit is contained in:
DG 2022-11-03 02:29:20 -04:00
commit 0c7ca7d1b6
4046 changed files with 1449879 additions and 0 deletions

13
.gitattributes vendored Normal file
View file

@ -0,0 +1,13 @@
# Automatically normalize line endings.
* text=auto
# MSVC files have to be CRLF
*.vcproj text eol=crlf
*.sln text eol=crlf
# Do not change external files
external/** -text
DoConfig/fltk/** -text
# TSC files are not text, but 'git diff' likes to think they are
*.tsc binary