forked from dealii/dealii
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
39 lines (32 loc) · 869 Bytes
/
.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
39
#
# do not include the following files in tarballs created via git-export:
#
.clang-format export-ignore
.clang-tidy export-ignore
.codecov.yml export-ignore
/contrib/ci/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
Jenkinsfile export-ignore
.mailmap export-ignore
.travis.yml export-ignore
/.github/ export-ignore
/tests/CMakeLists.txt -export-ignore
/tests/examples -export-ignore
/tests/* export-ignore
/tests/quick_tests -export-ignore
/tests/run_*.cmake -export-ignore
/tests/scripts -export-ignore
/tests/tests.h -export-ignore
#
# MSVC compatiblity
#
/cmake/scripts/run_test.sh text eol=lf
/tests/**/*.output* text eol=lf
#
# Declare a number of filter attributes
#
tests/**/*.output filter=test-output
bundled/**/* filter=bundled-files
bundled/CMakeLists.txt -filter=bundled-files
bundled/setup_bundled.cmake -filter=bundled-files