-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (88 loc) · 1.4 KB
/
.gitignore
File metadata and controls
93 lines (88 loc) · 1.4 KB
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
# Build artifacts
*.o
*.d
*.a
*.so
*.dylib
*.dll
*.exe
*.dSYM/
build/
bin/
/mino
/mino_asan
/mino_tsan
/mino_ubsan
/mino_prof
/mino_opcounts
/mino-lean
jit-parity-jit-auto.out
jit-parity-jit-on.out
jit-parity-jit-off.out
jit-parity-lean.out
/data/
src/core_mino.h
src/lib_clojure_*.h
src/lib_mino_*.h
# Test artifacts
*.gcda
*.gcno
*.gcov
coverage/
# Core dumps (anchor to repo root so we don't accidentally swallow
# `lib/clojure/core/` and friends)
/core
/core.*
!tools/stencil_extract/
# OS noise
.DS_Store
Thumbs.db
# Editor noise
.vscode/
.idea/
.lsp/
.claude/
.mcp.json
*.swp
*.swo
*~
.*.swp
.*.swo
# Local working files
.local/
/*.md
docs/**/*.md
!docs/ARCHITECTURE_CONTRACT.md
!docs/INTERNAL_MODULE_MAP.md
!README.md
!CHANGELOG.md
!THIRD_PARTY_LICENSES.md
/design-notes/
.clj-kondo/
embed_multi_state
embed_multi_state_asan
embed_multi_state_tsan
embed_stm_test
embed_stm_dbg
embed_caps_test
embed_caps_test_asan
embed_caps_test_tsan
tests/transient_test
tests/transient_test_asan
tests/transient_test_ubsan
tests/multimethod_test
tests/multimethod_test_asan
tests/multimethod_test_ubsan
examples/embed_gc
examples/embed_gc_amalgam
examples/embed_gc_stress
examples/embed_gc_stress_amalgam
examples/embed_gc_stress_asan
examples/embed_multi_tenant_threads
examples/embed_multi_tenant_threads_amalgam
examples/embed_record
examples/embed_record_amalgam
tests/embed_api_test
tools/stencil-extract
embed_api_test
dist/