forked from MarginallyClever/Makelangelo-software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
30 lines (27 loc) · 807 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
# Denote all files that are truly binary and should not be modified.
*.rar binary
*.png binary
*.ngc text
*.java text diff=java
*.prefs text
*.txt text
*.xml text
*.cpp text diff=cpp
*.h text diff=cpp
*.ino text
*.pde text
*.prefs text
*.textile text
*.md text
.gitattributes text
.gitignore text
LICENSE text
script\bootstrap text
script\test text
# Declare files that will always have CRLF line endings (Windows) on checkout.
*.bat text eol=crlf
*.reg text eol=crlf
# Declare files that will always have LF line endings (*nix) on checkout.
*.command text eol=lf
*.plist text eol=lf
*.wflow text eol=lf