-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (19 loc) · 873 Bytes
/
.gitattributes
File metadata and controls
19 lines (19 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Dockerfile linguist-vendored
# Exclude installer and runner helper scripts from language statistics
scripts/*.sh linguist-vendored
scripts/e2e/container/*.sh linguist-vendored
scripts/e2e/runner/*.py linguist-vendored
scripts/e2e/runner/*.sh linguist-vendored
ghostscope-process/ebpf/build_sysmon_bpf.sh linguist-vendored
# Exclude DWARF perf corpus and helper scripts from language statistics
scripts/dwarf-perf/*.py linguist-vendored
scripts/dwarf-perf/*.sh linguist-vendored
scripts/dwarf-perf/corpus/** linguist-vendored
# Exclude benchmark comparison helpers from language statistics
scripts/compare/** linguist-vendored
# Exclude non-Rust e2e fixtures from language statistics
e2e-tests/tests/fixtures/** linguist-vendored
# Exclude docs and agent metadata from language statistics
*.md linguist-documentation
.github/** linguist-vendored
skills/** linguist-vendored