From 0124d519dc7cf79d45cc6b3a9fb68124ea970f84 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 9 Jun 2010 07:41:24 -0600 Subject: * Update .hgignore with new tree structure --HG-- branch : trunk --- .hgignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.hgignore b/.hgignore index 0d20d8cd835..24f160fe2fa 100644 --- a/.hgignore +++ b/.hgignore @@ -1,7 +1,7 @@ # use glob syntax. syntax: glob -src/shared/revision.h +src/server/shared/revision.h build/ bin/ .directory @@ -12,13 +12,9 @@ bin/ win/VC90/*/ *.ncb *.suo -dep/lib/win32* -src/bindings/scripts/VC90/*/ -src/mangosd/ -src/realmd/ *.*-* # use regexp syntax. syntax: regexp -^src/shared/revision\.h +^src/shared/server/shared/revision\.h -- cgit v1.2.3