summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6f806b143384826194ae5701ef3c57dbacdd17ec (plain)
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
*.orig
*.pyc
*.swp
.env

/.cargo_home/
/.idea/
/.vs/
/.vscode/
gclient_config.py_entries
/target/
/std/hash/_wasm/target
/tools/wpt/manifest.json
/test_napi/node_modules
/test_napi/build
/test_napi/third_party_tests/node_modules

# MacOS generated files
.DS_Store
.DS_Store?

# Flamegraphs
/flamebench*.svg
/flamegraph*.svg

# WPT generated cert files
/tools/wpt/certs/index.txt*
/tools/wpt/certs/serial*