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