forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
24 lines (20 loc) · 854 Bytes
/
.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
# Automatically determine text files and normalise endings in the repository.
* text=auto
# Shell scripts, etc. must have LF endings, even on Windows
*.sh text eol=lf
configure text eol=lf
pkgconfigure text eol=lf
*.pc text eol=lf
# NB Package-specific attributes should go in packages/NAME/.gitattributes,
# not here, in order to ensure that they survive packages being renamed.
# They are temporarily here, working around a bug in esy
packages/core/*/files/corebuild text eol=lf
packages/bap-llvm/*/files/detect.travis text eol=lf
packages/freetennis/*/files/freetennis text eol=lf
packages/ocamlfind/*/files/ocaml-stub text eol=lf
# Do not normalise patch files (opam will ensure that patch files are
# appropriately normalised for the target files, but direct calls to patch
# don't benefit from this)
*.patch -text
*.patch.in -text
*.diff -text