From 130cd2f38fe7795a2dfd9825458fde886b0d7951 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 7 Oct 2021 19:33:54 -0700 Subject: [PATCH] add gitattributes --- .gitattributes | 6 ++++++ .gitignore | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..f6d0facb0f9139bd8e89d2a10674459bb1b00127 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Auto detect text files and perform LF normalization +* text=auto +# TODO https://github.com/ziglang/zig-spec/issues/38 +*.zig text eol=lf +zig.mod text eol=lf +zigmod.* text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..71969716e3e9ca87fdafa1839c25c6daf7da7560 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +zig-* +.zigmod +deps.zig -- 2.54.0