forked from WebAssembly/wabt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
30 lines (27 loc) · 878 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
* text=auto
*.c text
*.h text
*.js text
*.l text
*.md text
*.py text
*.rst text
*.sh text
*.txt text
*.y text
docs/demo/primer.css binary
docs/demo/libwabt.js binary
docs/demo/third_party/codemirror/codemirror.css binary
docs/demo/third_party/codemirror/codemirror.js binary
# Mark these tests as binary so git doesn't change the line endings:
test/parse/bad-crlf.txt binary
test/parse/bad-string-eof.txt binary
test/regress/regress-31.txt binary
test/regress/bad-annotation* binary
test/regress/unterminated-annotation* binary
# Highlight tests like .wast files when displayed on GitHub.
test/**/*.txt linguist-language=WebAssembly
# Mark test-files as "vendored". This tells GitHub to exclude them when it
# calculates the repository's languages summary, and preserves the current
# classification as a C++ project. See https://git.io/vr2pO
test/**/*.txt linguist-vendored