Skip to content

Commit 36b0901

Browse files
committed
Manage line endings and don't export dev-ops files
(cherry picked from commit 82a91d8)
1 parent df69ed4 commit 36b0901

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
*.f90 text
9+
*.F90 text
10+
*.md text
11+
*.txt text
12+
13+
# Denote all files that are truly binary and should not be modified.
14+
*.a binary
15+
*.tar binary
16+
*.gz binary
17+
*.tgz binary
18+
19+
# Prevent dev-ops files from making it into the release archives
20+
.travis.yml export-ignore
21+
.gitattributes export-ignore
22+
.gitignore export-ignore

0 commit comments

Comments
 (0)