File tree 4 files changed +258
-244
lines changed
4 files changed +258
-244
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
+
9
+ # Declare files that will always have CRLF line endings on checkout.
10
+ * .sln text eol =crlf
11
+
12
+ # Denote all files that are truly binary and should not be modified.
13
+ * .png binary
14
+ * .jpg binary
Original file line number Diff line number Diff line change 1
- # generic (system) files/extensions we don't want
2
- * .seed
3
- * .log
4
- * .csv
5
- * .dat
6
- * .out
7
- * .pid
8
- * .gz
9
- .idea /*
10
- * .iml
11
- * .DS_Store
12
- lib-cov
13
- pids
14
- logs
15
- results
16
- test-results.xml
17
- dist /docs
18
-
19
- node_modules
20
- lib
21
- .bower
22
-
23
- # Actually, need to track these for site to run on Github Pages..
24
- # bower_components
1
+ # generic (system) files/extensions we don't want
2
+ * .seed
3
+ * .log
4
+ * .csv
5
+ * .dat
6
+ * .out
7
+ * .pid
8
+ * .gz
9
+ .idea /*
10
+ * .iml
11
+ * .DS_Store
12
+ lib-cov
13
+ pids
14
+ logs
15
+ results
16
+ test-results.xml
17
+ dist /docs
18
+
19
+ node_modules
20
+ lib
21
+ .bower
22
+
23
+ # Actually, need to track these for site to run on Github Pages..
24
+ # bower_components
You can’t perform that action at this time.
0 commit comments