forked from mcedit/mcedit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (48 loc) · 870 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Python object code.
*.pyc
*.pyo
*~
# Vim temporary files.
*.sw*
# Folders created by setup.py.
dist
build
_build
*.egg-info
# virtualenv directories.
ENV
ENV32
ENV64
#profiling/outputs
*.log
mcedit.profile
# Version file generated by the build process.
RELEASE-VERSION
.DS_Store
.idea
profile.dat
profile.dot
profile.png
MCEdit User Data/
.project
.pydevproject
*,cover
.coverage
# NBT library build products (when built in-place)
src/mceditlib/nbt.c
src/mceditlib/nbt.pyd
src/mcedit2/rendering/blockmodels.html
src/mcedit2/rendering/modelmesh.html
src/mcedit2/rendering/blockmodels.c
src/mcedit2/rendering/modelmesh.c
*.pyd
src/mceditlib/nbt.html
.settings/de.loskutov.anyedit.AnyEditTools.prefs
*.prefs
src/mceditlib/relight/with_cython.cpp
src/mceditlib/relight/with_cython.html
src/mcedit2/ui/**/*.py
!__init__.py
env-av
MCEdit 2 Files
.pyupdater