-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitignore
53 lines (53 loc) · 886 Bytes
/
.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
manifest.wake
*.o
.build
.fuse*
.cache-hit
.cache-misses
.job-cache
compile_commands.json
/.compile_commands
/.vscode/*.log
/**/wake.db*
/**/wake.log
/wake.db*
/wake.spec
/src/parser/lexer.cpp
/src/parser/parser.y
/src/parser/parser.c
/src/parser/parser.h
/src/parser/parser.out
/src/parser/parser.cpp
/src/json/jlexer.cpp
/bin/wake*
/bin/preload-wake
/bin/preload-wake.*
/bin/evict-shared-cache*
/bin/wakebox
/bin/wakebox.*
/bin/wake-format.*
/bin/job-cache
/bin/job-cache.*
/src/version.h
/lib/wake/bsp-wake
/lib/wake/bsp-wake.*
/lib/wake/lsp-wake
/lib/wake/lsp-wake.*
/lib/wake/fuse-waked
/lib/wake/fuse-waked.*
/lib/wake/shim-wake
/lib/wake/shim-wake.*
/lib/wake/wake-hash
/lib/wake/wake-hash.*
/lib/wake/libpreload-wake.*
/vendor/lemon/lemon.*
/tmp
*.swp
*.swo
*.swn
.cargo
/rust/target/*
/rust/migration/target/*
/rust/entity/target/*
/rust/log_viewer/target/*
/rust/rsc/target/*