aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-03-01 21:31:50 +1000
committerDavid Walter Seikel2012-03-01 21:31:50 +1000
commitc7720a774ccb2fc992a1ef35530153c8fdf92743 (patch)
tree45c72a8adec15baab407522f00d86cbac2010333 /.gitignore
parentFixes http://redmine.kokuaviewer.org/issues/1000 and remove some related left... (diff)
downloadmeta-impy-c7720a774ccb2fc992a1ef35530153c8fdf92743.zip
meta-impy-c7720a774ccb2fc992a1ef35530153c8fdf92743.tar.gz
meta-impy-c7720a774ccb2fc992a1ef35530153c8fdf92743.tar.bz2
meta-impy-c7720a774ccb2fc992a1ef35530153c8fdf92743.tar.xz
Merge the artwork and font "prebuilt" packages into the source repo, as discussed on IRC and the mailing list, and remove some SL logos.
I know, there are two slightly different LICENSE-logos.txt files. One that was originally in the source repo, one that was from the artwork package. I'm a coder, not a lawyer, and not the owner of those copyrights, so left them as is.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 10 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
index 18d7665..30ee132 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,35 +3,22 @@
3# Git should ignore. 3# Git should ignore.
4# 4#
5# Since we only care about the actual source code files, 5# Since we only care about the actual source code files,
6# all the artwork and libraries are ignored, as are the 6# all the libraries are ignored, as are the files that
7# files that are created when you compile. 7# are created when you compile.
8# 8#
9 9
10# ARTWORK
11
12linden/LICENSE-logos.txt
13linden/indra/newview/skins/*/textures/
14linden/indra/newview/skins/dark/
15linden/indra/newview/skins/gemini
16linden/indra/newview/skins/default/html/btn_purplepill_bg.png
17linden/indra/newview/skins/default/html/en-us/loading/sl_logo_rotate_black.gif
18linden/indra/newview/skins/default/html/en-us/loading/Thumbs.db
19linden/indra/newview/skins/default/html/en-us/loading/imprudence_loading.png
20linden/indra/newview/skins/default/html/unabletoconnect.png
21linden/indra/newview/res/
22linden/indra/newview/res-sdl/
23linden/indra/newview/app_settings/*.db2
24linden/indra/newview/app_settings/windlight/
25linden/indra/newview/cursors_mac/
26linden/indra/newview/viewer.icns
27
28# LIBRARIES 10# LIBRARIES
29 11
30linden/LICENSES/ 12# Thees two lines are a bit tricky.
13# The ! syntax negates a pattern,
14# but it needs a pattern, not just a directory.
15# So turn the first line into a pattern for ! to negate.
16linden/LICENSES/*
17!linden/LICENSES/LICENSE-logos.txt
18
31linden/LICENSE-libraries-*.txt 19linden/LICENSE-libraries-*.txt
32linden/libraries/ 20linden/libraries/
33linden/indra/newview/app_settings/mozilla*/ 21linden/indra/newview/app_settings/mozilla*/
34linden/indra/newview/fonts/
35linden/indra/newview/lib/ 22linden/indra/newview/lib/
36linden/indra/newview/dbghelp.dll 23linden/indra/newview/dbghelp.dll
37linden/indra/newview/linux_tools/client-readme-voice.txt 24linden/indra/newview/linux_tools/client-readme-voice.txt
@@ -62,3 +49,4 @@ ChangeLog.txt
62.DS_Store 49.DS_Store
63*.zip 50*.zip
64linden/indra/newview/mozilla-universal-darwin.tgz 51linden/indra/newview/mozilla-universal-darwin.tgz
52