2015-07-08 12:37:30 +00:00
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
|
|
*.cpp text eol=lf
|
|
|
|
*.h text eol=lf
|
|
|
|
*.c text eol=lf
|
2017-02-11 12:48:39 +00:00
|
|
|
*.cc text eol=lf
|
|
|
|
*.cpp text eol=lf
|
|
|
|
*.rc text eol=lf
|
2015-07-08 12:37:30 +00:00
|
|
|
*.hpp text eol=lf
|
|
|
|
*.txt text eol=lf
|
|
|
|
*.cmake text eol=lf
|
|
|
|
*.sh text eol=lf
|
2017-02-11 12:48:39 +00:00
|
|
|
CHANGES text eol=lf
|
|
|
|
CREDITS text eol=lf
|
|
|
|
LICENSE text eol=lf
|
|
|
|
Readme.md text eol=lf
|
2017-09-03 21:03:48 +00:00
|
|
|
# make sure that repo-specific settings (.gitignore, CI-setup,...)
|
|
|
|
# are excluded from the source-package generated via 'git archive'
|
|
|
|
.git* export-ignore
|
|
|
|
/.travis* export-ignore
|
|
|
|
/.coveralls* export-ignore
|
|
|
|
appveyor.yml export-ignore
|
|
|
|
|