From 50fa84962c895ef1bb85cd05d90fcdaca646a18f Mon Sep 17 00:00:00 2001 From: TCL <84725343+TCL606@users.noreply.github.com> Date: Sat, 29 Oct 2022 23:50:20 +0800 Subject: [PATCH] Create .gitattributes --- CAPI/.gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CAPI/.gitattributes diff --git a/CAPI/.gitattributes b/CAPI/.gitattributes new file mode 100644 index 0000000..6731563 --- /dev/null +++ b/CAPI/.gitattributes @@ -0,0 +1,5 @@ +tclap/** linguist-vendored + +proto/** linguist-generated + +*.h linguist-language=C++