diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-11-20 11:21:24 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-11-20 11:21:24 -0800 |
commit | 172cba3c42027c5abc277e571dcd18b6fcc5fe8c (patch) | |
tree | 5397909f35cdaedf1e25bd74b8ec4955417ddc0d /.hgignore | |
parent | 6016ac658835757583c80e1f12a52e9b9cc4adc9 (diff) |
Added two more procedurally created dirs to .hgignore to reduce the clutter of an hg status
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ LICENSES indra/.distcc indra/build-darwin-* indra/build-vc[0-9]* +indra/CMakeFiles indra/lib/mono/1.0/*.dll indra/lib/mono/indra/*.dll indra/lib/mono/indra/*.exe @@ -31,6 +32,7 @@ indra/newview/mozilla-universal-darwin.tgz indra/newview/res-sdl indra/newview/vivox-runtime indra/server-linux-* +indra/temp indra/test/linden_file.dat indra/test_apps/llmediatest/dependencies/i686-win32 indra/test_apps/terrain_mule/*.dll |