summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2005-08-26 19:33:02 +0000
committermichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2005-08-26 19:33:02 +0000
commit7ba118bfca8ea763fa1ceb9ccb179da2e24aa549 (patch)
treea38fe6e3325979b32746efa0e2d9980d51baeb16
parent320e55e8c0e8418e9211f59ce1c1a3dea703a268 (diff)
downloadMPC-7ba118bfca8ea763fa1ceb9ccb179da2e24aa549.tar.gz
Fri Aug 26 14:32:48 2005 Justin Michel <michel_j@ociweb.com>
-rw-r--r--ChangeLog7
-rwxr-xr-xclone_build_tree.pl1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88d8cbb0..90989328 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Aug 26 14:32:48 2005 Justin Michel <michel_j@ociweb.com>
+
+ * clone_build_tree.pl:
+
+ Updated to prevent cloning of .suo files, which are used to store
+ solution settings for VC++ 7+.
+
Fri Aug 26 13:46:47 2005 Justin Michel <michel_j@ociweb.com>
* templates/vc7libexe.mpt:
diff --git a/clone_build_tree.pl b/clone_build_tree.pl
index 032c0a89..a6d272a9 100755
--- a/clone_build_tree.pl
+++ b/clone_build_tree.pl
@@ -76,6 +76,7 @@ sub findCallback {
! /^.*\.ncb\z/s &&
! /^.*\.opt\z/s &&
! /^.*\.bak\z/s &&
+ ! /^.*\.suo\z/s &&
! /^.*\.ilk\z/s &&
! /^.*\.pdb\z/s &&
! /^.*\.log\z/s