diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 16 insertions, 12 deletions
@@ -10,7 +10,7 @@ | |||
10 | # ARTWORK | 10 | # ARTWORK |
11 | 11 | ||
12 | linden/LICENSE-logos.txt | 12 | linden/LICENSE-logos.txt |
13 | linden/indra/newview/skins/**/textures/ | 13 | linden/indra/newview/skins/*/textures/ |
14 | linden/indra/newview/skins/default/html/btn_purplepill_bg.png | 14 | linden/indra/newview/skins/default/html/btn_purplepill_bg.png |
15 | linden/indra/newview/skins/default/html/en-us/loading/sl_logo_rotate_black.gif | 15 | linden/indra/newview/skins/default/html/en-us/loading/sl_logo_rotate_black.gif |
16 | linden/indra/newview/skins/default/html/unabletoconnect.png | 16 | linden/indra/newview/skins/default/html/unabletoconnect.png |
@@ -19,32 +19,36 @@ linden/indra/newview/res-sdl/ | |||
19 | linden/indra/newview/character/ | 19 | linden/indra/newview/character/ |
20 | linden/indra/newview/app_settings/*.db2 | 20 | linden/indra/newview/app_settings/*.db2 |
21 | linden/indra/newview/app_settings/windlight/ | 21 | linden/indra/newview/app_settings/windlight/ |
22 | linden/indra/newview/cursors_mac/ | ||
22 | 23 | ||
23 | 24 | ||
24 | # LIBRARIES | 25 | # LIBRARIES |
25 | 26 | ||
26 | linden/LICENSES/ | 27 | linden/LICENSES/ |
27 | linden/LICENSE-libraries-*.txt | 28 | linden/LICENSE-libraries-*.txt |
29 | linden/libraries/ | ||
28 | linden/indra/newview/app_settings/mozilla-runtime-*/ | 30 | linden/indra/newview/app_settings/mozilla-runtime-*/ |
29 | linden/indra/newview/fonts/ | 31 | linden/indra/newview/fonts/ |
30 | linden/indra/newview/linux_tools/client-readme-voice.txt | 32 | linden/indra/newview/linux_tools/client-readme-voice.txt |
31 | linden/indra/newview/vivox-runtime/ | 33 | linden/indra/newview/vivox-runtime/ |
32 | linden/libraries/ | 34 | linden/indra/newview/*.lproj/ |
33 | linden/indra/lib_releasefordownload_client/ | 35 | linden/indra/newview/mozilla-theme/ |
34 | linden/indra/llwindow/glh/ | ||
35 | *.pyc | ||
36 | 36 | ||
37 | 37 | ||
38 | # COMPILED STUFF | 38 | # COMPILED STUFF |
39 | 39 | ||
40 | linden/indra/viewer-* | 40 | linden/indra/viewer-* # Linux build directories |
41 | linden/indra/build-* # Mac and Windows build directories | ||
41 | linden/installed.xml | 42 | linden/installed.xml |
42 | linden/indra/CMakeFiles | 43 | *.pyc |
43 | linden/indra/temp | 44 | |
44 | linden/indra/test_apps | 45 | |
46 | # PATCHES | ||
47 | |||
48 | *.diff* | ||
49 | *.patch* | ||
45 | 50 | ||
46 | 51 | ||
47 | # PATCHES | 52 | # MISCELLANEOUS |
48 | 53 | ||
49 | *.diff | 54 | .DS_Store |
50 | *.patch | ||