mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
50 lines
383 B
Text
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
|