projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix for recent kdtree py module with MSVC
[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
# ms-windows
15
Thumbs.db
16
ehthumbs.db
17
Desktop.ini
18
19
# commonly used paths in blender
20
/blender.bin
21
/user-config.py
22
23
# local patches
24
/*.patch
25
/*.diff