forked from idaholab/moose
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
38 lines (33 loc) · 1.21 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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++
# GIT LFS
docs/content/media/**/*.png filter=lfs diff=lfs merge=lfs -text
docs/content/media/**/*.gif filter=lfs diff=lfs merge=lfs -text
docs/content/media/**/*.svg filter=lfs diff=lfs merge=lfs -text
# 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