This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-benchmark-bundle/.gitignore
Sergey Sharybin 0a9b8b251a Initial work on bundling script
Not finished, but has something workign already.
2018-08-07 15:07:04 +02:00

14 lines
297 B
Plaintext

# Ignore all directories with binary files.
/scenes
/blender
# Ignore directories used for development.
/tmp
# Ignore production configuration files.
/config/*.cfg
# Ignore generated datasets.
/benchmark/website/dataset/*.js
# Ignore configuration
/bundle/config
# Ignore Python cache
__pycache__