Linux: Improve headless EGL initialization messages
[blender.git] / .gitignore
blob19da8b9205c37d32b1097e461a4e967e33d31357
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/
60 # Ignore old submodules directories.
61 # Eventually need to get rid of those, but for the first time of transition
62 # avoid indidents when the folders exists after bisect and developers staging
63 # them by accident.
64 /release/scripts/addons/
65 /release/datafiles/locale/
66 /release/scripts/addons_contrib/
67 /source/tools/
69 # Build files for VS and VS Code.
70 /build/
71 /out/
72 CMakeSettings.json
73 CMakePresets.json
74 CMakeUserPresets.json