File: .gitattributes

package info (click to toggle)
openjazz 20260218-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 2,788 kB
  • sloc: cpp: 33,744; java: 4,096; makefile: 110; sh: 104; xml: 85
file content (20 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* text=auto

# source files
*.txt text
*.cpp text
*.h text
CMakeLists.txt text
*.cmake text
*.json text

# android
.java text
.xml text
.gradle text
.properties text
*.bat text eol=crlf

# distribution archives
/.github export-ignore
/builds/ci export-ignore