diff options
author | David Seikel | 2011-02-08 22:44:40 +1000 |
---|---|---|
committer | David Seikel | 2011-02-08 22:44:40 +1000 |
commit | b0486b4aa577412f515070d3eb418fbcc45c629d (patch) | |
tree | c9f0ed6a579e5ec2a98f45b8ca6a5f1cef8d5ee9 /.gitignore | |
parent | Add the Meta7 and white_Meta7 skins, making Meta7 the default skin. (diff) | |
download | meta-impy-b0486b4aa577412f515070d3eb418fbcc45c629d.zip meta-impy-b0486b4aa577412f515070d3eb418fbcc45c629d.tar.gz meta-impy-b0486b4aa577412f515070d3eb418fbcc45c629d.tar.bz2 meta-impy-b0486b4aa577412f515070d3eb418fbcc45c629d.tar.xz |
Artwork and font files in the repo now.
My policy is to have it all in the repo. None of this downloading pre built stuff from people with no guarantee that
they will still have the files a month from now. Been burnt with that before.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -2,31 +2,7 @@ | |||
2 | # This file contains names (and wildcards) of files that | 2 | # This file contains names (and wildcards) of files that |
3 | # Git should ignore. | 3 | # Git should ignore. |
4 | # | 4 | # |
5 | # Since we only care about the actual source code files, | ||
6 | # all the artwork and libraries are ignored, as are the | ||
7 | # files that are created when you compile. | ||
8 | # | ||
9 | |||
10 | # ARTWORK | ||
11 | 5 | ||
12 | linden/LICENSE-logos.txt | ||
13 | linden/indra/newview/skins/*/textures/ | ||
14 | linden/indra/newview/skins/dark/ | ||
15 | linden/indra/newview/skins/gemini | ||
16 | linden/indra/newview/skins/default/html/btn_purplepill_bg.png | ||
17 | linden/indra/newview/skins/default/html/en-us/loading/sl_logo_rotate_black.gif | ||
18 | linden/indra/newview/skins/default/html/en-us/loading/Thumbs.db | ||
19 | linden/indra/newview/skins/default/html/en-us/loading/imprudence_loading.png | ||
20 | linden/indra/newview/skins/default/html/unabletoconnect.png | ||
21 | linden/indra/newview/res/ | ||
22 | linden/indra/newview/res-sdl/ | ||
23 | linden/indra/newview/character/ | ||
24 | linden/indra/newview/app_settings/*.db2 | ||
25 | linden/indra/newview/app_settings/windlight/ | ||
26 | linden/indra/newview/cursors_mac/ | ||
27 | linden/indra/newview/viewer.icns | ||
28 | linden/indra/newview/installers/windows/README.txt | ||
29 | linden/indra/newview/installers/windows/* | ||
30 | 6 | ||
31 | # LIBRARIES | 7 | # LIBRARIES |
32 | 8 | ||
@@ -34,7 +10,6 @@ linden/LICENSES/ | |||
34 | linden/LICENSE-libraries-*.txt | 10 | linden/LICENSE-libraries-*.txt |
35 | linden/libraries/ | 11 | linden/libraries/ |
36 | linden/indra/newview/app_settings/mozilla*/ | 12 | linden/indra/newview/app_settings/mozilla*/ |
37 | linden/indra/newview/fonts/ | ||
38 | linden/indra/newview/lib/ | 13 | linden/indra/newview/lib/ |
39 | linden/indra/newview/dbghelp.dll | 14 | linden/indra/newview/dbghelp.dll |
40 | linden/indra/newview/linux_tools/client-readme-voice.txt | 15 | linden/indra/newview/linux_tools/client-readme-voice.txt |