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