diff options
-rw-r--r-- | .hgignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index 92b130d387a..0d20d8cd835 100644 --- a/.hgignore +++ b/.hgignore @@ -3,12 +3,16 @@ syntax: glob src/shared/revision.h build/ +bin/ .directory *.orig *.rej *~ .git/ win/VC90/*/ +*.ncb +*.suo +dep/lib/win32* src/bindings/scripts/VC90/*/ src/mangosd/ src/realmd/ |