aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-28 23:29:30 -0500
committerJacek Antonelli2008-09-28 23:29:30 -0500
commit16751a56c0c465f90cb14f65483f967acb1220ae (patch)
tree64a612512128e3a02ea12877fa71ec0c6a7ef15e /.gitignore
parentAdded event callbacks for Attached Lights and Attached Particles (diff)
downloadmeta-impy-16751a56c0c465f90cb14f65483f967acb1220ae.zip
meta-impy-16751a56c0c465f90cb14f65483f967acb1220ae.tar.gz
meta-impy-16751a56c0c465f90cb14f65483f967acb1220ae.tar.bz2
meta-impy-16751a56c0c465f90cb14f65483f967acb1220ae.tar.xz
Added .gitignore to ignore artwork, libs, and compiled stuff.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore43
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
12linden/LICENSE-logos.txt
13linden/indra/newview/skins/**/textures/
14linden/indra/newview/skins/default/html/btn_purplepill_bg.png
15linden/indra/newview/skins/default/html/en-us/loading/sl_logo_rotate_black.gif
16linden/indra/newview/skins/default/html/unabletoconnect.png
17linden/indra/newview/res/
18linden/indra/newview/res-sdl/
19linden/indra/newview/character/
20linden/indra/newview/app_settings/*.db2
21linden/indra/newview/app_settings/windlight/
22
23
24# LIBRARIES
25
26linden/LICENSES/
27linden/LICENSE-libraries-*.txt
28linden/indra/newview/app_settings/mozilla-runtime-*/
29linden/indra/newview/fonts/
30linden/indra/newview/linux_tools/client-readme-voice.txt
31linden/indra/newview/vivox-runtime/
32linden/libraries/
33linden/indra/lib_releasefordownload_client/
34linden/indra/llwindow/glh/
35
36
37# COMPILED STUFF
38
39linden/indra/viewer-*
40linden/installed.xml
41linden/indra/CMakeFiles
42linden/indra/temp
43linden/indra/test_apps