From 266a8ddc32379ef71b3187a00e39659e7f66c6bd Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Mon, 11 Oct 2021 09:37:35 -0700 Subject: [PATCH] Initial commit --- .gitattributes | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e8c630f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + +*.c text eol=LF +*.h text eol=LF diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d74e21 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/