Revision eb8d9deaede5deeff81cfb1a04af30b8cbdaa94b authored by Guillaume Giudicelli on 01 March 2024, 02:17:19 UTC, committed by GitHub on 01 March 2024, 02:17:19 UTC
2 parent s ad219bc + 8f10cb0
Raw File
.gitattributes
# Linguist overrides

# These paths do not work properly with linguist yet, but they should (2/27/2015)
doc/* linguist-vendored
tests/* linguist-vendored
contrib/* linguist-vendored

# Skipping explicit file types
*.eps linguist-vendored
*.m linguist-vendored
*.tex linguist-vendored
*.e linguist-vendored
*.js linguist-vendored
*.nb linguist-vendored
*.css linguist-vendored
*.html linguist-vendored
*.xml linguist-vendored

*.C linguist-language=C++

# TODO(rwcarlsen): Remove this after a while.
framework/include/**/*.h merge=clang-format
framework/src/**/*.C     merge=clang-format
test/include/**/*.h      merge=clang-format
test/src/**/*.C          merge=clang-format
modules/**/include/**/*.h   merge=clang-format
modules/**/src/**/*.C       merge=clang-format
examples/**/*.C          merge=clang-format
examples/**/*.h          merge=clang-format
unit/**/*.C              merge=clang-format
unit/**/*.h              merge=clang-format
tutorials/**/*.C         merge=clang-format
tutorials/**/*.h         merge=clang-format
back to top