summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 70aca54..4452f84 100644
--- a/.hgignore
+++ b/.hgignore
@@ -5,7 +5,7 @@ Makefile$
Makefile.pre$
TAGS$
autom4te.cache$
-build/
+/build/
buildno$
config.cache
config.log
@@ -63,4 +63,5 @@ PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
+PCbuild/x64-temp-*
__pycache__