-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 767 Bytes
/
.gitignore
File metadata and controls
51 lines (42 loc) · 767 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Build directories
build/
build-*/
cmake-build-*/
# Executables
engine-sim-cli
*.exe
*.out
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Root-level library files (belong in build/)
*.dylib
*.a
# Root-level log files (use test_logs/ or archive/)
*.log
logs/*
# Test outputs
Testing/
verification_output/
*.dat
# Temporary files
*.bak
*.new
*~
.cache/
results.xml
# Preset compiler temporary wrapper script (regenerated each run)
escli-ios/EngineSimApp/EngineSimApp.xcodeproj/project.xcworkspace/xcuserdata/
escli-ios/EngineSimApp/EngineSimApp.xcodeproj/xcuserdata/
.claude/scheduled_tasks.lock
# es/ is a transient copy — rebuilt by 'make sync-es'
# Canonical source: engine-sim-bridge/es/
es/
assets/
_escli_preset_wrapper.mr