aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
blob: 95f943dd045bf3a7c174c29f780b0f6417d69b44 (plain)
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
# 
# 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

linden/LICENSE-logos.txt
linden/indra/newview/skins/*/textures/
linden/indra/newview/skins/default/html/btn_purplepill_bg.png
linden/indra/newview/skins/default/html/en-us/loading/sl_logo_rotate_black.gif
linden/indra/newview/skins/default/html/unabletoconnect.png
linden/indra/newview/res/
linden/indra/newview/res-sdl/
linden/indra/newview/character/
linden/indra/newview/app_settings/*.db2
linden/indra/newview/app_settings/windlight/
linden/indra/newview/cursors_mac/


# LIBRARIES

linden/LICENSES/
linden/LICENSE-libraries-*.txt
linden/libraries/
linden/indra/newview/app_settings/mozilla-runtime-*/
linden/indra/newview/fonts/
linden/indra/newview/linux_tools/client-readme-voice.txt
linden/indra/newview/vivox-runtime/
linden/indra/newview/*.lproj/
linden/indra/newview/mozilla-theme/


# COMPILED STUFF

linden/indra/viewer-*         # Linux build directories
linden/indra/build-*          # Mac and Windows build directories
linden/installed.xml
*.pyc


# PATCHES

*.diff*
*.patch*


# MISCELLANEOUS

.DS_Store