Flamenco/.gitignore
Sybren A. Stüvel 59cb21e3b6 Makefile: add tools targets to download FFmpeg
Four Makefile targets have been added:
- `tools`, which evokes the other three
- `tools-linux`, `tools-darwin`, `tools-windows`, download FFmpeg and put
  the `ffmpeg` executables into `./tools/ffmpeg-{OS}-{ARCH}`.

Downloaded tarball/ZIP files are stored in `tools/download`, and won't be
re-downloaded if they already exist.
2022-07-22 16:37:14 +02:00

40 lines
573 B
Plaintext

*.exe
*.sqlite
*.db
*.blend[0-9]
*.flamenco.blend
/flamenco-manager
/flamenco-worker
/flamenco-manager_race
/flamenco-worker_race
/stresser
/addon-packer
flamenco-manager.yaml
flamenco-worker.yaml
flamenco-worker-credentials.yaml
node_modules/
# Default storage locations:
/flamenco-manager-storage/
/flamenco-shared-storage/
# Old default storage locations:
/task-logs/
/flamenco-storage/
__pycache__
*.pyc
.mypy_cache/
.openapi-generator/
.hugo_build.lock
web/manager-api/dist/
web/static/
web/flamenco-io-site/public/
/dist/
/tools/
# IDE related stuff
*.DS_Store