File: .gitattributes

package info (click to toggle)
openseachest 25.05.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,564 kB
  • sloc: ansic: 251,954; makefile: 1,681; sh: 595
file content (14 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: MPL-2.0
#this file specifies some rules on specific files for line endings and more.
#it also has a section on which files should NOT be part of an export (git archive) command.

#List of files to NOT export:
.git		export-ignore
.github		export-ignore
.cirrus.yml	export-ignore
.whitesource	export-ignore
.vscode		export-ignore
.travis.yml	export-ignore

#force specific line endings:
*.sh	eol=lf