Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71cc78a

Browse files
committed
Add x64-temp to ignore, prepend a forward slash to "build/" to include
PCbuild/ changes (for VS project files, etc).
1 parent d11f76f commit 71cc78a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.hgignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Makefile$
55
Makefile.pre$
66
TAGS$
77
autom4te.cache$
8-
build/
8+
/build/
99
buildno$
1010
config.cache
1111
config.log
@@ -63,4 +63,5 @@ PCbuild/*.o
6363
PCbuild/*.ncb
6464
PCbuild/*.bsc
6565
PCbuild/Win32-temp-*
66+
PCbuild/x64-temp-*
6667
__pycache__

0 commit comments

Comments
 (0)