-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (32 loc) · 636 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (32 loc) · 636 Bytes
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
# Raw benchmark output at the repo root. Anchored: site/data/results/ holds
# the published per-framework result files and must stay tracked.
/results/
site/public/
site/generated/
site/resources/
# Build artifacts
*.o
*.exe
.idea/
.gradle/
obj/
bin/
frameworks/*/build/
!frameworks/fletch/bin/
target/
frameworks/blitz/zig-linux-*
frameworks/blitz/.zig-cache
frameworks/fletch/.dart_tool/
!frameworks/hyperf/bin/
# IDE settings
*.user
.vs/
.vscode/
.zed/
# Ignore node modules anywhere in the repo
node_modules/
# macOS Finder metadata
.DS_Store
# Python bytecode; a .pyc was tracked and churned on every build
__pycache__/
*.pyc