2013-11-15 02:51:31 -05:00
|
|
|
# generic files to ignore
|
|
|
|
.*
|
|
|
|
|
|
|
|
# python temp paths
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# editors
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*#
|
|
|
|
|
2019-01-22 06:48:49 -05:00
|
|
|
# Indexes for emacs, vi & others
|
|
|
|
TAGS
|
|
|
|
tags
|
|
|
|
|
2014-01-26 20:52:14 -05:00
|
|
|
# QtCreator
|
|
|
|
CMakeLists.txt.user
|
|
|
|
|
2013-11-15 02:51:31 -05:00
|
|
|
# ms-windows
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# commonly used paths in blender
|
|
|
|
/blender.bin
|
2015-11-22 18:01:09 -05:00
|
|
|
/BUILD_NOTES.txt
|
2013-11-15 02:51:31 -05:00
|
|
|
|
2013-11-22 12:28:35 -05:00
|
|
|
# local patches
|
2018-07-31 13:03:48 -04:00
|
|
|
/*.patch
|
|
|
|
/*.diff
|
2014-07-27 08:04:10 -04: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 16:40:57 -04:00
|
|
|
/doc/python_api/rst/bmesh.ops.rst
|
2017-07-25 10:37:55 -04:00
|
|
|
|
|
|
|
# in-source lib downloads
|
2023-02-21 10:39:58 -05:00
|
|
|
/build_files/build_environment/downloads/
|
2019-11-07 10:50:31 -05:00
|
|
|
|
|
|
|
# in-source buildbot signing configuration
|
2020-01-29 13:12:37 -05:00
|
|
|
/build_files/buildbot/codesign/config_server.py
|
|
|
|
|
|
|
|
# smoke simulation noise tile (generated)
|
|
|
|
waveletNoiseTile.bin
|
2021-03-26 11:04:09 -04:00
|
|
|
|
|
|
|
# testing environment
|
2023-02-21 10:39:58 -05:00
|
|
|
/Testing/
|
|
|
|
|
|
|
|
# Translations.
|
|
|
|
/locale/user-config.py
|
|
|
|
|
|
|
|
# External repositories.
|
|
|
|
/scripts/addons/
|
|
|
|
/scripts/addons_contrib/
|
|
|
|
|
|
|
|
# Ignore old submodules directories.
|
|
|
|
# Eventually need to get rid of those, but for the first time of transition
|
|
|
|
# avoid indidents when the folders exists after bisect and developers staging
|
|
|
|
# them by accident.
|
|
|
|
/release/scripts/addons/
|
|
|
|
/release/datafiles/locale/
|
|
|
|
/release/scripts/addons_contrib/
|
|
|
|
/source/tools/
|
2023-03-07 11:38:34 -05:00
|
|
|
|
|
|
|
# Build files for VS and VS Code.
|
|
|
|
/build/
|
|
|
|
/out/
|
|
|
|
CMakeSettings.json
|
|
|
|
CMakePresets.json
|
|
|
|
CMakeUserPresets.json
|