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