Fix #121761: Crash when compositing while rendering
[blender.git] / .gitignore
blob5aa0545f6044a6930007c0f3fab541e244f24c1d
1 # generic files to ignore
2 .*
4 # python temp paths
5 __pycache__/
6 *.py[cod]
8 # editors
9 *~
10 *.swp
11 *.swo
14 # Indexes for emacs, vi & others
15 TAGS
16 tags
18 # QtCreator
19 CMakeLists.txt.user
21 # ms-windows
22 Thumbs.db
23 ehthumbs.db
24 Desktop.ini
26 # commonly used paths in blender
27 /blender.bin
28 /BUILD_NOTES.txt
30 # local patches
31 /*.patch
32 /*.diff
34 # in-source doc-gen
35 /doc/doxygen/html/
36 /doc/python_api/sphinx-in-tmp/
37 /doc/python_api/sphinx-in/
38 /doc/python_api/sphinx-out/
39 /doc/python_api/rst/bmesh.ops.rst
41 # in-source lib downloads
42 /build_files/build_environment/downloads/
44 # in-source buildbot signing configuration
45 /build_files/buildbot/codesign/config_server.py
47 # smoke simulation noise tile (generated)
48 waveletNoiseTile.bin
50 # testing environment
51 /Testing/
53 # Translations.
54 /locale/user-config.py
56 # External repositories.
57 /scripts/addons/
58 /scripts/addons_contrib/
59 /tests/benchmarks/
61 # Ignore old submodules directories.
62 # Eventually need to get rid of those, but for the first time of transition
63 # avoid indidents when the folders exists after bisect and developers staging
64 # them by accident.
65 /release/scripts/addons/
66 /release/datafiles/locale/
67 /release/scripts/addons_contrib/
68 /source/tools/
70 # Build files for VS and VS Code.
71 /build/
72 /out/
73 CMakeSettings.json
74 CMakePresets.json
75 CMakeUserPresets.json