Skip to content

Commit

Permalink
admin: Set up .gitattributes file (AcademySoftwareFoundation#4648)
Browse files Browse the repository at this point in the history
Starter purpose is giving hints to GitHub's language analysis.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz authored Feb 26, 2025
1 parent db9072e commit 89e5c7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 89e5c7f

Please sign in to comment.