File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
+ * .sh text
13
+ * .cu text
14
+
15
+ # Denote all files that are truly binary and should not be modified.
16
+ * .mod binary
17
+ * .o binary
18
+ * .a binary
19
+ * .so binary
20
+ * .tar binary
21
+ * .gz binary
22
+ * .tgz binary
23
+
24
+ # Prevent dev-ops files from making it into the release archives
25
+ .gitattributes export-ignore
26
+ .gitignore export-ignore
27
+ codecov.yml export-ignore
28
+ .github export-ignore
29
+
30
+ # Perform substitutions when `git export`ing these files
31
+ .VERSION export-subst
You can’t perform that action at this time.
0 commit comments