diff options
-rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0b1689 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,43 @@ | |||
1 | # | ||
2 | # This file contains names (and wildcards) of files that | ||
3 | # Git should ignore. | ||
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 | |||
12 | linden/LICENSE-logos.txt | ||
13 | linden/indra/newview/skins/**/textures/ | ||
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 | ||
16 | linden/indra/newview/skins/default/html/unabletoconnect.png | ||
17 | linden/indra/newview/res/ | ||
18 | linden/indra/newview/res-sdl/ | ||
19 | linden/indra/newview/character/ | ||
20 | linden/indra/newview/app_settings/*.db2 | ||
21 | linden/indra/newview/app_settings/windlight/ | ||
22 | |||
23 | |||
24 | # LIBRARIES | ||
25 | |||
26 | linden/LICENSES/ | ||
27 | linden/LICENSE-libraries-*.txt | ||
28 | linden/indra/newview/app_settings/mozilla-runtime-*/ | ||
29 | linden/indra/newview/fonts/ | ||
30 | linden/indra/newview/linux_tools/client-readme-voice.txt | ||
31 | linden/indra/newview/vivox-runtime/ | ||
32 | linden/libraries/ | ||
33 | linden/indra/lib_releasefordownload_client/ | ||
34 | linden/indra/llwindow/glh/ | ||
35 | |||
36 | |||
37 | # COMPILED STUFF | ||
38 | |||
39 | linden/indra/viewer-* | ||
40 | linden/installed.xml | ||
41 | linden/indra/CMakeFiles | ||
42 | linden/indra/temp | ||
43 | linden/indra/test_apps | ||