mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-01-05 10:10:08 +03:00
- Add wall clock time measurement on benchmarks. - Allow tests to not have a predefined time limit. - This is required for scripting tests. - Fix culling tests not reporting GPU time.
18 lines
253 B
Plaintext
18 lines
253 B
Plaintext
# Godot-specific ignores
|
|
.godot/
|
|
export.cfg
|
|
export_presets.cfg
|
|
logs/
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|
|
|
|
# System/tool-specific ignores
|
|
.directory
|
|
*~
|