-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (33 loc) · 1.11 KB
/
Copy path.gitattributes
File metadata and controls
38 lines (33 loc) · 1.11 KB
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
37
38
# Normalize text files in the repository.
* text=auto eol=lf
# Source and project metadata.
*.py text eol=lf
*.toml text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.def text eol=lf
*.tasm text eol=lf linguist-language=Talaria-TASM
# Vendored Hermes bytecode specifications. These are intentionally checked in,
# but they should not make GitHub classify Talaria as a C++ project.
src/talaria/hbc/hbc*/raw/** linguist-vendored
src/talaria/hbc/hbc*/raw/*.h linguist-language=C linguist-vendored
src/talaria/hbc/hbc*/raw/*.def linguist-language=C linguist-vendored
# Generated version-specific parser/opcode assets.
src/talaria/hbc/hbc*/parser.py linguist-generated
src/talaria/hbc/hbc*/data/*.json linguist-generated
src/talaria/hbc/hbc*/tool/opcode_generator.py linguist-generated
# Test fixtures and reference dumps.
src/talaria/hbc/hbc*/example/*.out linguist-vendored
src/talaria/hbc/hbc*/example/*.bundle binary linguist-vendored
# Images and package-like artifacts.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.apk binary
*.bundle binary
*.idsig binary