annotate src/portaudio_20161030_catalina_patch/.gitattributes @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents d43aab368df9
children
rev   line source
cannam@162 1 # Set the default behavior, in case people don't have core.autocrlf set.
cannam@162 2 * text=auto
cannam@162 3
cannam@162 4 # Explicitly declare text files you want to always be normalized and converted
cannam@162 5 # to native line endings on checkout.
cannam@162 6 *.c text
cannam@162 7 *.h text
cannam@162 8 *.cpp text
cannam@162 9 *.hpp text
cannam@162 10 *.fth text
cannam@162 11 *.java text
cannam@162 12 *.f text
cannam@162 13 *.txt text
cannam@162 14 *.dox text
cannam@162 15 *.m text
cannam@162 16
cannam@162 17 # Declare files that will always have CRLF line endings on checkout.
cannam@162 18 *.sln text eol=crlf
cannam@162 19 *.def text eol=crlf
cannam@162 20 *.dsp text eol=crlf
cannam@162 21 *.dsw text eol=crlf
cannam@162 22 *.vcproj text eol=crlf
cannam@162 23 *.sln text eol=crlf
cannam@162 24 *.doc text eol=crlf
cannam@162 25 *.bat text eol=crlf
cannam@162 26
cannam@162 27 # Denote all files that are truly binary and should not be modified.
cannam@162 28 *.dic binary
cannam@162 29 *.odt binary
cannam@162 30 *.pdf binary
cannam@162 31 *.png binary
cannam@162 32 *.jpg binary
cannam@162 33 *.wav binary
cannam@162 34 *.la binary
cannam@162 35 config.guess binary
cannam@162 36 config.status binary
cannam@162 37 config.sub binary
cannam@162 38 configure binary
cannam@162 39 depcomp binary
cannam@162 40 install-sh binary
cannam@162 41 libtool binary
cannam@162 42 missing binary
cannam@162 43