mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
39 lines
390 B
Text
39 lines
390 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
|
|
/*.sh
|
|
|
|
# tests
|
|
/.tests
|
|
|
|
# in case uncrustify.sh script fails, do not commit the temporary file
|
|
/files_to_uncrustify_delete_me.txt
|
|
|
|
# IDEs folders
|
|
*.qmlproject*
|
|
/nbproject
|
|
.idea
|
|
.cache
|
|
|