From 16751a56c0c465f90cb14f65483f967acb1220ae Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 28 Sep 2008 23:29:30 -0500 Subject: Added .gitignore to ignore artwork, libs, and compiled stuff. --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0b1689 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# +# 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/ + + +# LIBRARIES + +linden/LICENSES/ +linden/LICENSE-libraries-*.txt +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/libraries/ +linden/indra/lib_releasefordownload_client/ +linden/indra/llwindow/glh/ + + +# COMPILED STUFF + +linden/indra/viewer-* +linden/installed.xml +linden/indra/CMakeFiles +linden/indra/temp +linden/indra/test_apps -- cgit v1.1