From efe456977fa8ce3e6853d8f46dcb3f3f6980ed81 Mon Sep 17 00:00:00 2001 From: Matthew Toohey Date: Tue, 5 Dec 2023 12:32:13 -0500 Subject: [PATCH] fix gitattributes --- .gitattributes | 1 - src/.gitattributes | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/.gitattributes diff --git a/.gitattributes b/.gitattributes index ee66715..e413e99 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ /flake.lock -diff /bindings/** linguist-generated=true -/src/** linguist-generated=true diff --git a/src/.gitattributes b/src/.gitattributes new file mode 100644 index 0000000..1d75053 --- /dev/null +++ b/src/.gitattributes @@ -0,0 +1,2 @@ +** linguist-generated=true -diff +/scanner.c -linguist-generated diff=true