-
Notifications
You must be signed in to change notification settings - Fork 91
/
.gitignore
80 lines (62 loc) · 1.22 KB
/
.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
*~
.DS_Store
*.beam
# Auto-generated.
/vsn.mk
# Should only be present in a source package, but could also
# be created manually in a .git repository to work around
# issues with WINGS-VERSION-GEN.
/version
# Generated by user_default:dialyze/0.
/dialyzer_warnings.raw
# /ebin/
/ebin/*.app
/ebin/*.bundle
/ebin/*.lang
/ebin/*.png
# /intl_tools/
/intl_tools/wings_chars.hrl
# /fonts/
/fonts/*.wingsfont
# /priv/
/priv/*
# /c_src/
/c_src/*.o
/c_src/*.obj
/c_src/*.pdb
/c_src/tess/*.o
/c_src/tess/*.obj
# /plugins/
/plugins/*
# /plugins/autouv/
/plugins/autouv/*
# /plugins_src/autouv/
/plugins_src/autouv/autouv_en.lang
# /plugins_src/fbx/
/plugins_src/fbx/*.o
/plugins_src/fbx/*.obj
/plugins_src/fbx/*.so
/plugins_src/fbx/fbx_ops.h
/plugins_src/fbx/fbx_ops.hrl
# /src/
/src/wings_en.lang
# release files
/wings-*
/build/*
/macosx/build/*
/macosx/Info.plist
/win32/Wings3D.exe
/win32/wings3d_res.o
/win32/wings3d.obj
/win32/wings3d.res
# deps
/_deps/*
# crash dump files
*.dump
# Emacs Tag files
TAGS