Files
godot-benchmarks/.gitignore
Hugo Locurcio b416f5792a Add initial GDScript tests
- 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.
2021-11-29 14:43:11 +01:00

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
*~