-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
33 lines (29 loc) · 1.26 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
# This is a good default: files that are auto-detected by git to be text are
# converted to the platform-native line ending (LF on Unix, CRLF on Windows)
# in the working tree and to LF in the repository.
#
* text=auto
# Use `eol=crlf` for files that should have the CRLF line ending both in the
# working tree (even on Unix) and in the repository.
#
#*.bat text eol=crlf
# Use `eol=lf` for files that should have the LF line ending both in the
# working tree (even on Windows) and in the repository.
#
#*.sh text eol=lf
# Use `binary` to make sure certain files are never auto-detected as text.
#
#*.png binary
# Allow directory symlinks on Windows
catch2/src/catch2/benchmark symlink=dir
catch2/src/catch2/generators symlink=dir
catch2/src/catch2/interfaces symlink=dir
catch2/src/catch2/internal symlink=dir
catch2/src/catch2/matchers symlink=dir
catch2/src/catch2/reporters symlink=dir
catch2-tests/selftest/IntrospectiveTests symlink=dir
catch2-tests/selftest/Misc symlink=dir
catch2-tests/selftest/TimingTests symlink=dir
catch2-tests/selftest/UsageTests symlink=dir
catch2-tests/selftest/helpers symlink=dir
catch2-tests/extratests/extras symlink=dir