forked from kokua/kokua
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
84 lines (67 loc) · 1.85 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
81
82
83
84
#
# This file contains names (and wildcards) of files that
# Git should ignore.
#
# Since we only care about the actual source code files,
# all the artwork and libraries are ignored, as are the
# files that are created when you compile.
#
# ARTWORK
LICENSE-logos.txt
# indra/newview/skins/*/textures/
# indra/newview/skins/default/html/btn_purplepill_bg.png
# indra/newview/skins/default/html/en/loading/sl_logo_rotate_black.gif
# indra/newview/skins/default/html/en/loading/Thumbs.db
# indra/newview/skins/default/html/en/loading/imprudence_loading.png
# indra/newview/skins/default/html/unabletoconnect.png
#indra/newview/res/
#indra/newview/res-sdl/
indra/newview/character/
indra/newview/app_settings/*.db2
indra/newview/app_settings/windlight/
indra/newview/cursors_mac/
indra/newview/installers/windows/README.txt
indra/newview/installers/windows/imp_icon.ico
indra/newview/installers/windows/imprudence installer script weekly.iss
indra/newview/installers/windows/imprudence installer script.iss
indra/newview/installers/windows/imprudence_installer_icon_left.bmp
indra/newview/installers/windows/imprudence_installer_icon_right.bmp
# files generated/copied into the source tree by the Windows project
indra/newview/app_settings/message.xml
indra/newview/app_settings/message_template.msg
indra/newview/avatar_lad.log
# LIBRARIES
LICENSES/
LICENSE-libraries-*.txt
libraries/
indra/newview/fonts/
indra/newview/lib/
indra/newview/dbghelp.dll
indra/newview/linux_tools/client-readme-voice.txt
indra/newview/vivox-runtime/
indra/newview/*.lproj/
indra/newview/mozilla-theme/
indra/test_apps/
indra/sharedlibs
indra/temp
indra/llplugin/slplugin/lib
indra/llwindow/glh
# COMPILED STUFF
/build
indra/viewer-*
indra/build-*
installed.xml
*.pyc
/Kokua-*.dmg*
/Kokua-*.tar.bz2*
/Kokua-*.exe*
# PATCHES
*.diff*
*.patch*
*.rej
# MISCELLANEOUS
*~
ChangeLog.txt
.DS_Store
*.zip
/dox