mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Add .gitattributes file
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/erikd/libsndfile/pull/144
This commit is contained in:
parent
fdf75785dc
commit
9705236451
15
.gitattributes
vendored
Normal file
15
.gitattributes
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Declare files that will always have CRLF line endings on checkout.
|
||||
*.ac text eol=lf
|
||||
*.am text eol=lf
|
||||
*.m4 text eol=lf
|
||||
*.pc text eol=lf
|
||||
*.spec text eol=lf
|
||||
*.sh text eol=lf
|
||||
|
||||
# Explicitly declare text files you want to always be normalized and converted
|
||||
# to native line endings on checkout.
|
||||
*.c text
|
||||
*.h text
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,7 +27,6 @@
|
||||
.DS_Store
|
||||
.deps
|
||||
.dirstamp
|
||||
.git*
|
||||
.libs
|
||||
Build/
|
||||
CMake/config.h.in
|
||||
|
Loading…
Reference in New Issue
Block a user