From 0d2675507db25be568400571504458088bbc7766 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 22 May 2022 23:45:20 -0700 Subject: [PATCH] freetype: add .gitattributes, .gitignore Signed-off-by: Stephen Gutekanst --- freetype/.gitattributes | 2 ++ freetype/.gitignore | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 freetype/.gitattributes create mode 100644 freetype/.gitignore diff --git a/freetype/.gitattributes b/freetype/.gitattributes new file mode 100644 index 00000000..ba1273bd --- /dev/null +++ b/freetype/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +upstream/** linguist-vendored diff --git a/freetype/.gitignore b/freetype/.gitignore new file mode 100644 index 00000000..0b4957c5 --- /dev/null +++ b/freetype/.gitignore @@ -0,0 +1,18 @@ +# This file is for zig-specific build artifacts. +# If you have OS-specific or editor-specific files to ignore, +# such as *.swp or .DS_Store, put those in your global +# ~/.gitignore and put this in your ~/.gitconfig: +# +# [core] +# excludesfile = ~/.gitignore +# +# Cheers! +# -andrewrk + +zig-cache/ +zig-out/ +/release/ +/debug/ +/build/ +/build-*/ +/docgen_tmp/ \ No newline at end of file