forked from bookshelfdave/wings
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
60 lines (44 loc) · 1013 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
58
59
# 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/*.bundle
/ebin/*.lang
# /fonts/
/fonts/*.wingsfont
# /plugins/
/plugins/*
# /plugins/autouv/
/plugins/autouv/*
# /plugins_src/autouv/
/plugins_src/autouv/autouv_en.lang
# /plugins_src/mac_file/
/plugins_src/mac_file/mac_file_en.lang
# /plugins_src/fbx/
/plugins_src/fbx/*.o
/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/*
# crash dump files
*.dump
# Emacs Tag files
TAGS