this repo has no description
1# Automatically determine text files and normalise endings in the repository. 2* text=auto 3 4# Shell scripts, etc. must have LF endings, even on Windows 5*.sh text eol=lf 6configure text eol=lf 7pkgconfigure text eol=lf 8*.pc text eol=lf 9 10# NB Package-specific attributes should go in packages/NAME/.gitattributes, 11# not here, in order to ensure that they survive packages being renamed. 12 13# They are temporarily here, working around a bug in esy 14packages/core/*/files/corebuild text eol=lf 15packages/bap-llvm/*/files/detect.travis text eol=lf 16packages/freetennis/*/files/freetennis text eol=lf 17packages/ocamlfind/*/files/ocaml-stub text eol=lf 18packages/seq/seq.base/files/seq.install text eol=lf 19packages/seq/seq.base/files/META.seq text eol=lf 20 21# Do not normalise patch files (opam will ensure that patch files are 22# appropriately normalised for the target files, but direct calls to patch 23# don't benefit from this) 24*.patch -text 25*.patch.in -text 26*.diff -text