-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
113 lines (103 loc) · 2.24 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
* eol=lf
# The instructions under End-of-line conversion at the following link were used to normalize
# the repository. The actual steps are also listed just below the link.
# Official git instructions: http://git-scm.com/docs/gitattributes
# $ rm .git/index # Remove the index to force Git to
# $ git reset # re-scan the working directory
# $ git status # Show files that will be normalized
# $ git add -u
# For completeness, a reference to instructions provided by GitHub is included, but they only
# normalize about 10% of the files that the official git-scm.org instructions were able to fix.
# GitHub's instructions: https://help.github.com/articles/dealing-with-line-endings
# This portion of the file was created using a list of extensions generated by running the
# following command:
# find . -type f | grep -v '.git'| perl -pe 's/.*[\.\/](.+)/\1/g'|sort|uniq -c|sort -n
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.dot text
*.jj text
*.jmx text
*.jrtx text
*.map text
*.mix text
*.template text
*.apt text
*.TXT text
*.dtd text
*.ini text
*.py text
*.svg text
*.tsv text
*.wsdl text
*.classpath text
*.tpl text
*.xslt text
*.jrxml text
*.pom text
*.conf text
*.start text
*.MF text
*.README text
*.pl text
*.sh text
*.cwt text
*.rptdesign text
*.jsp text
*.sql text
*.bat text
*.ep text
*.css text
*.config text
*.groovy text
*.scn text
*.vm text
*.html text
*.js text
*.txt text
*.properties text
*.csv text
*.xml text
*.fit text
*.java text
*.xsl text
# Denote all files that are truly binary and should not be modified.
*.p12 binary
*.jar binary
*.keystore binary
*.swf binary
*.zip binary
*.jpeg binary
*.png binary
*.gif binary
*.jpg binary
*.db binary
*.ico binary
*.msi binary
*.psd binary
# unknown/uncategorized
# 1 0
# 1 PCEnhancer$AuxiliaryEnhancer
# 1 appserver-start
# 1 appserver-stop
# 1 bak
# 1 bshrc
# 1 cmd
# 1 donoteditordelete
# 1 empty
# 1 old
# 1 rsyncd-disable
# 1 rsyncd-enable
# 1 rsyncd-start
# 1 rsyncd-stop
# 2 abc
# 2 abo
# 2 backup
# 2 backupcleaner
# 2 en
# 2 fr
# 2 optimize
# 2 readercycle
# 2 rptconfig
# 2 scripts-util