We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df69ed4 commit 36b0901Copy full SHA for 36b0901
.gitattributes
@@ -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