2013-11-15 07:51:31 +00:00
|
|
|
# generic files to ignore
|
|
|
|
.*
|
|
|
|
|
|
|
|
# python temp paths
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# editors
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*#
|
|
|
|
|
2014-01-27 01:52:14 +00:00
|
|
|
# QtCreator
|
|
|
|
CMakeLists.txt.user
|
|
|
|
|
2013-11-15 07:51:31 +00:00
|
|
|
# ms-windows
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# commonly used paths in blender
|
|
|
|
/blender.bin
|
|
|
|
/user-config.py
|
2015-11-22 23:01:09 +00:00
|
|
|
/BUILD_NOTES.txt
|
2013-11-15 07:51:31 +00:00
|
|
|
|
2013-11-22 17:28:35 +00:00
|
|
|
# local patches
|
|
|
|
/*.patch
|
|
|
|
/*.diff
|
2014-07-27 12:04:10 +00:00
|
|
|
|
|
|
|
# in-source doc-gen
|
|
|
|
/doc/doxygen/html/
|
|
|
|
/doc/python_api/sphinx-in-tmp/
|
|
|
|
/doc/python_api/sphinx-in/
|
|
|
|
/doc/python_api/sphinx-out/
|
2016-08-21 20:40:57 +00:00
|
|
|
/doc/python_api/rst/bmesh.ops.rst
|
|
|
|
/doc/python_api/rst/in_menu.png
|
|
|
|
/doc/python_api/rst/menu_id.png
|
|
|
|
/doc/python_api/rst/op_prop.png
|
|
|
|
/doc/python_api/rst/run_script.png
|
|
|
|
/doc/python_api/rst/spacebar.png
|