-
Notifications
You must be signed in to change notification settings - Fork 127
/
.gitattributes
36 lines (28 loc) · 1.41 KB
/
.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
31
32
33
34
35
36
# Prevent project from being labeled as C++ project
*.h linguist-language=C
# Microsoft Office documents
*.pptx diff=pptx
# vendored files
src/os/freertos/* linguist-vendored
tests/axivion/compiler-errata/ti-cgt-arm_20.2.6.lts/test/ti_cgt_arm/* linguist-vendored
tests/axivion/compiler-errata/ti-cgt-arm_20.2.6.lts/* linguist-vendored
tests/axivion/qualification-test/qualification-kit/* linguist-vendored
tests/scripts/waf-core/* linguist-vendored
tools/vendor/* linguist-vendored
tools/waf linguist-vendored
# files tracked with Git LFS
*.zip filter=lfs diff=lfs merge=lfs -text
tests/axivion/compiler-errata/ti-cgt-arm_20.2.6.lts/**/*.c -diff -merge -text
tests/axivion/compiler-errata/ti-cgt-arm_20.2.6.lts/**/*.cpp -diff -merge -text
tests/axivion/compiler-errata/ti-cgt-arm_20.2.6.lts/**/*.h -diff -merge -text
tests/axivion/compiler-errata/ti-cgt-arm_20.2.6.lts/**/*.json -diff -merge -text
tests/axivion/compiler-errata/ti-cgt-arm_20.2.6.lts/**/*.py -diff -merge -text
tests/axivion/qualification-test/qualification-kit/**/*.c -diff -merge -text
tests/axivion/qualification-test/qualification-kit/**/*.cpp -diff -merge -text
tests/axivion/qualification-test/qualification-kit/**/*.h -diff -merge -text
tests/axivion/qualification-test/qualification-kit/**/*.json -diff -merge -text
tests/axivion/qualification-test/qualification-kit/**/*.py -diff -merge -text
*.sln text eol=crlf
*.png binary
*.jpg binary
*.sh text eol=lf