projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Followup to rB8714ae09f894: better not have several RNA properties affect a single...
[blender.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