diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-09-12 19:21:12 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-09-12 19:21:12 -0400 |
commit | 726cdb7b8fa1ceb69cffa69ce039977418b92cc6 (patch) | |
tree | 190090ab4fe85c4f2e072c5d3fa0593d4cf5c5e3 | |
parent | f55031b2425099f989bccfca2a455c609cbaa403 (diff) |
Add some entries to .hgignore
--HG--
branch : trunk
-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/ |