Meshroom/.gitignore
2021-09-14 18:06:50 +02:00

50 lines
383 B
Text

# temporary files
*~
# vim
.*.swp
# emacs
*.flc
\#*\#
.\#*
# xemacs
# MacOS
.DS_Store
# Windows
Thumbs.db
# python
*.pyc
*.pyo
__pycache__
# backup files
*.json
# datas or personal files
/data
/scripts
/build
/dist
/dl
# tests
/.tests
/.pytest_cache
# IDEs folders
*.qmlproject*
/nbproject
.idea
.cache
.nfs*
*.qmlc
*.jsc
*.dll
*.lib
install/qml/AliceVision/qmldir
run.bat