forked from denoland/deno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
138 lines (105 loc) · 2.01 KB
/
.gitignore
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
*.orig
*.pyc
*.swp
.env
/.cargo_home/
/.idea/
/.vscode/
gclient_config.py_entries
/gh-pages/
/target/
/std/hash/_wasm/target
/tools/wpt/manifest.json
# Files that help ensure VSCode can work but we don't want checked into the
# repo
/node_modules
/tsconfig.json
# seccomp-bpf filters
ext/sandbox/src/ipc/filters.bin
# bpf type definitions and skeletons
ext/sandbox/src/*/bpf/vmlinux.h
ext/sandbox/src/*/bpf/.output
# compiled wasm files
std/wasi/testdata/snapshot_preview1/
# generated v8 coverage files
cli/tests/.test_coverage/
# 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*
# text editor backup files
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# vscode settings
.vscode
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
bazel-*
# Test generation output
benches/**/tests
benches/**/server_tests
# Output of commands run during policy generation
benches/**/native-sandbox-policy-intermediates
benches/**/output-*
# Policy generation output
benches/**/*.bpf
benches/**/*.policy
benches/**/*.strace
benches/**/coreutils.json
benches/**/image-processing.json
# wrk benchmark configurations
benches/**/wrk/configs
# Deno v1.25.2
benches/**/deno
# Sample data
benches/**/*.csv
benches/**/*.gz
benches/**/*.jpg
benches/**/*.JPG
benches/**/*.png
benches/**/*.xml
benches/**/*.zip
# Minijail root directory
benches/**/minijail-root
# Server pid and upload directory
benches/**/.server.pid
benches/**/upload
# paper
paper