-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
41 lines (37 loc) · 1.07 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
39
40
41
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cxx text eol=lf
*.hxx text eol=lf
*.cpp text eol=lf
*.hpp text eol=lf
*.c text eol=lf
*.h text eol=lf
SCons* text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.pdf binary
*.zip binary
CMakeLists.txt export-ignore
Singularity.lbfs export-ignore
analysis.sh export-ignore
build-planner.sh export-ignore
deploy.sh export-ignore
doc export-ignore
examples export-ignore
external export-ignore
test export-ignore
submodules/rapidjson/test export-ignore
submodules/rapidjson/thirdparty/gtest export-ignore
submodules/rapidjson/bin export-ignore
submodules/rapidjson/doc export-ignore
.build export-ignore
.clang-format export-ignore
.git* export-ignore
*.md export-ignore
*.dblite export-ignore
requirements.txt export-ignore
Doxyfile export-ignore
experiments export-ignore