Meshroom/.gitignore
Yann Lanthony 9f176e6d78 cleanup gitignore
* remove unused entries
* added pycharm folders
2017-09-19 11:26:22 +02:00

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