From 89e5c7fa72cc3063131390223399b0211b37e1dd Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Wed, 26 Feb 2025 09:17:15 -0800 Subject: [PATCH] admin: Set up .gitattributes file (#4648) Starter purpose is giving hints to GitHub's language analysis. Signed-off-by: Larry Gritz --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..65e2b307d4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Copyright Contributors to the OpenImageIO project. +# SPDX-License-Identifier: Apache-2.0 +# https://github.com/AcademySoftwareFoundation/OpenImageIO + +# Helpful documentation: +# - https://github.com/github-linguist/linguist/blob/main/docs/overrides.md +# - https://github.com/github-linguist/linguist/blob/main/docs/troubleshooting.md + + +*.h linguist-language=C++ +src/libOpenImageIO/bluenoise.inc -linguist-detectable