mirror of https://github.com/kamailio/kamailio.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
486 B
31 lines
486 B
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
#
|
|
# scripts
|
|
*.sh text
|
|
*.py text
|
|
*.pl text
|
|
# source code
|
|
*.c text
|
|
*.h text
|
|
*.cpp
|
|
# documentation
|
|
*.xml text
|
|
*.xsl text
|
|
*.xslt text
|
|
README text
|
|
Changelog text
|
|
*.md text
|
|
# build and packaging
|
|
Makefile* text
|
|
*.init text
|
|
*.service text
|
|
*.spec text
|
|
*.sysconfig text
|
|
*.default text
|
|
*.tmpfiles text
|
|
*.lintian-overrides text
|
|
*.in text
|
|
changelog text
|
|
control text
|
|
copyright text
|
|
|