diff options
author | sanine <sanine.not@pm.me> | 2022-08-27 23:52:56 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-08-27 23:52:56 -0500 |
commit | a4dd0ad63c00f4dee3b86dfd3075d1d61b2b3180 (patch) | |
tree | 13bd5bfa15e6fea2a12f176bae79adf9c6fd0933 /portaudio/.gitattributes | |
parent | bde3e4f1bb7b8f8abca0884a7d994ee1c17a66b1 (diff) |
add plibsys
Diffstat (limited to 'portaudio/.gitattributes')
-rw-r--r-- | portaudio/.gitattributes | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/portaudio/.gitattributes b/portaudio/.gitattributes deleted file mode 100644 index 95d5134..0000000 --- a/portaudio/.gitattributes +++ /dev/null @@ -1,43 +0,0 @@ -# Set the default behavior, in case people don't have core.autocrlf set. -* text=auto - -# Explicitly declare text files you want to always be normalized and converted -# to native line endings on checkout. -*.c text -*.h text -*.cpp text -*.hpp text -*.fth text -*.java text -*.f text -*.txt text -*.dox text -*.m text - -# Declare files that will always have CRLF line endings on checkout. -*.sln text eol=crlf -*.def text eol=crlf -*.dsp text eol=crlf -*.dsw text eol=crlf -*.vcproj text eol=crlf -*.sln text eol=crlf -*.doc text eol=crlf -*.bat text eol=crlf - -# Denote all files that are truly binary and should not be modified. -*.dic binary -*.odt binary -*.pdf binary -*.png binary -*.jpg binary -*.wav binary -*.la binary -config.guess binary -config.status binary -config.sub binary -configure binary -depcomp binary -install-sh binary -libtool binary -missing binary - |