diff options
author | Rat <none@none> | 2010-06-20 17:17:18 +0200 |
---|---|---|
committer | Rat <none@none> | 2010-06-20 17:17:18 +0200 |
commit | 62a30e0549b5b22992b0e111eccddee360c80e5d (patch) | |
tree | 4494ea27db0583b5810edc79ae706b62a0e0807a | |
parent | c43ef87c347b5269b41ac80c8784e700779be7cd (diff) |
update .hgignore for Tools dir under win
--HG--
branch : trunk
-rw-r--r-- | .hgignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index 24f160fe2fa..492442b8430 100644 --- a/.hgignore +++ b/.hgignore @@ -10,6 +10,10 @@ bin/ *~ .git/ win/VC90/*/ +src/tools/bin/*/ +src/tools/map_extractor/VC90/*/ +src/tools/vmap3_assembler/VC90/*/ +src/tools/vmap3_extractor/VC90/*/ *.ncb *.suo *.*-* |