-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
.gitattributes
45 lines (40 loc) · 1017 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
40
41
42
43
44
45
# 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.
*.c text
*.h text
*.f90 text
*.F90 text
*.md text
*.txt text
*.sh text
prerequisites/build text
*.cu text
*.x64 text
# Denote all files that are truly binary and should not be modified.
*.mod binary
*.o binary
*.a binary
*.tar binary
*.gz binary
*.tgz binary
*.enc binary
# Prevent dev-ops files from making it into the release archives
.travis.yml export-ignore
.pullapprove.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
developer-scripts export-ignore
codecov.yml export-ignore
*.enc export-ignore
.github export-ignore
makefile export-ignore
Makefile export-ignore
make.inc* export-ignore
.Dockerfiles export-ignore
# Experimental conduits/backends
src/gasnet export-ignore
src/openshmem export-ignore
# Perform substitutions when `git export`ing these files
.VERSION export-subst