forked from BOINC/boinc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (42 loc) · 1.18 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Specify a generic set of rules to help avoid line feed issues across
# various IDEs.
#
# Random stuff
* text=auto
# Source files
#
*.cpp text eol=lf
*.h text eol=lf
*.rc text eol=lf
*.php text eol=lf
*.xpm text eol=lf
*.cu text eol=lf
*.cl text eol=lf
*.c text eol=lf
*.hpp text eol=lf
# Project files
#
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.sln text eol=crlf
*.rules text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ac text eol=lf
*.am text eol=lf
*.in text eol=lf
*.m4 text eol=lf
*Makefile* text eol=lf
*.mk text eol=lf
# Commit Notes
#
checkin_notes text eol=lf
checkin_notes_2012 text eol=lf
# Misc files
#
*.txt text eol=lf
*.xml text eol=lf
*.po text eol=lf
*.log text eol=lf
*.rtf text eol=lf
*.rul text eol=crlf