mirror of
https://github.com/lune-org/lune.git
synced 2025-04-09 21:10:53 +01:00
Add linguist ignore for tests/ffi (#243)
This commit is contained in:
parent
83be2bc96a
commit
34a5b39277
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -6,3 +6,7 @@
|
||||||
|
|
||||||
# Ensure all txt files within tests use LF
|
# Ensure all txt files within tests use LF
|
||||||
tests/**/*.txt eol=lf
|
tests/**/*.txt eol=lf
|
||||||
|
|
||||||
|
# Remove test c, typescript from language list
|
||||||
|
tests/ffi/**/*.c linguist-vendored
|
||||||
|
tests/ffi/**/*.ts linguist-vendored
|
||||||
|
|
Loading…
Add table
Reference in a new issue