mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +01:00
Keep .py files with LF endings so they can be executed from bash
This commit is contained in:
parent
414e2fa946
commit
e13d9cab02
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -10,6 +10,11 @@
|
|||||||
# Windows specific files should retain windows line-endings
|
# Windows specific files should retain windows line-endings
|
||||||
*.sln text eol=crlf
|
*.sln text eol=crlf
|
||||||
|
|
||||||
|
# Keep executable scripts with LFs so they can be run after being
|
||||||
|
# checked out on Windows
|
||||||
|
*.py text eol=lf
|
||||||
|
|
||||||
|
|
||||||
# Keep the single include header with LFs to make sure it is uploaded,
|
# Keep the single include header with LFs to make sure it is uploaded,
|
||||||
# hashed etc with LF
|
# hashed etc with LF
|
||||||
single_include/*.hpp eol=lf
|
single_include/*.hpp eol=lf
|
||||||
|
Loading…
Reference in New Issue
Block a user