annotate src/portaudio_20161030/.gitattributes @ 79:91c729825bca pa_catalina

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