From 572d1144f11b353abdb64fff828b25a4f0fbb7ca Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Tue, 23 Aug 2022 08:36:49 -0700 Subject: [PATCH] all: ensure .git* files are standard across subprojects Produced via: ```sh zig run ./dev/ensure-standard-files.zig ``` Signed-off-by: Stephen Gutekanst --- .gitattributes | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2b9b79e..ba1273b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ * text=auto eol=lf - +upstream/** linguist-vendored diff --git a/.gitignore b/.gitignore index 0b4957c..feda423 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ zig-out/ /debug/ /build/ /build-*/ -/docgen_tmp/ \ No newline at end of file +/docgen_tmp/