projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
FileBrowser: Editable Bookmarks.
[blender-staging.git]
/
.gitignore
1
# generic files to ignore
2
.*
3
4
# python temp paths
5
__pycache__/
6
*.py[cod]
7
8
# editors
9
*~
10
*.swp
11
*.swo
12
*#
13
14
# QtCreator
15
CMakeLists.txt.user
16
17
# ms-windows
18
Thumbs.db
19
ehthumbs.db
20
Desktop.ini
21
22
# commonly used paths in blender
23
/blender.bin
24
/user-config.py
25
26
# local patches
27
/*.patch
28
/*.diff
29
30
# in-source doc-gen
31
/doc/doxygen/html/
32
/doc/python_api/sphinx-in-tmp/
33
/doc/python_api/sphinx-in/
34
/doc/python_api/sphinx-out/