File: .gitattributes

package info (click to toggle)
eclipse-collections 11.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 30,104 kB
  • sloc: java: 316,252; xml: 3,240; makefile: 16
file content (27 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
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
# Auto detect text files and perform LF normalization
* text=auto

*.md text
*.java text
*.scala text
*.properties text
*.xml text
*.txt text
*.sh text
*.iml text
*.classpath text
*.project text
*.yml text
*.header text
*.properties text
*.prefs text
*.stg text
*.sh text
*.sed text
*.bat text

# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class         binary
*.jar           binary
*.zip           binary