diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-07-31 11:32:20 -0700 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-07-31 11:32:20 -0700 |
commit | 3001a0f1b91dcd67807ded31d4d43db316831981 (patch) | |
tree | 6c7f08eb7810f7f774104b1cac0cd1e059c648f9 /.hgignore | |
parent | 181bf2ba8efa49d3a2456cf5cc68537e39d387dd (diff) | |
parent | 42fb70192769f7a45ec07205a9a7cca46eb6925c (diff) |
Merge with SVN trunk
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000..61c38705f4 --- /dev/null +++ b/.hgignore @@ -0,0 +1,35 @@ +syntax: glob + +*.pyc +*~ +.*.swp +LICENSES +indra/.distcc +indra/build-darwin-* +indra/build-vc[0-9]* +indra/lib/mono/1.0/*.dll +indra/lib/mono/indra/*.dll +indra/lib/mono/indra/*.exe +indra/lib/mono/indra/*.pdb +indra/llwindow/glh/glh_linear.h +indra/newview/app_settings/mozilla +indra/newview/app_settings/mozilla-runtime-* +indra/newview/app_settings/mozilla_debug +indra/newview/app_settings/static_*.db2 +indra/newview/character +indra/newview/fmod.dll +indra/newview/mozilla-theme +indra/newview/mozilla-universal-darwin.tgz +indra/newview/res-sdl +indra/newview/skins +indra/newview/vivox-runtime +indra/server-linux-* +indra/test_apps/llmediatest/dependencies/i686-win32 +indra/test_apps/terrain_mule/*.dll +indra/viewer-linux-* +indra/web/doc/asset-upload/plugins/lsl_compiler/lslc +indra/web/doc/asset-upload/plugins/verify-notecard +indra/web/doc/asset-upload/plugins/verify-texture +installed.xml +libraries +tarfile_tmp |