mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
infra: updated git setting.
@Issue: https://github.com/thorvg/thorvg/issues/1519
This commit is contained in:
parent
3db78984da
commit
81afba5035
2 changed files with 13 additions and 4 deletions
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Normalize EOL for all files that Git considers text files
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Except for bat files, which are Windows only files
|
||||||
|
*.bat eol=crlf
|
||||||
|
|
||||||
|
# And some test files where the EOL matters
|
||||||
|
*.json -text
|
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,8 +1,9 @@
|
||||||
build
|
build
|
||||||
builddir
|
builddir
|
||||||
.vscode
|
|
||||||
*.swp
|
|
||||||
doc
|
doc
|
||||||
capi_test.tvg
|
.vscode
|
||||||
test.tvg
|
|
||||||
.idea
|
.idea
|
||||||
|
*.swp
|
||||||
|
*.tvg
|
||||||
|
*.tmp
|
||||||
|
*.code-workspace
|
||||||
|
|
Loading…
Add table
Reference in a new issue