|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51042 - trunk/tools/inspect
From: daniel_james_at_[hidden]
Date: 2009-02-05 19:04:45
Author: danieljames
Date: 2009-02-05 19:04:44 EST (Thu, 05 Feb 2009)
New Revision: 51042
URL: http://svn.boost.org/trac/boost/changeset/51042
Log:
Ignore some version control files in inspect.
Text files modified:
trunk/tools/inspect/inspect.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/tools/inspect/inspect.cpp
==============================================================================
--- trunk/tools/inspect/inspect.cpp (original)
+++ trunk/tools/inspect/inspect.cpp 2009-02-05 19:04:44 EST (Thu, 05 Feb 2009)
@@ -156,6 +156,9 @@
&& leaf != ".htaccess"
// ignore svn files:
&& leaf != ".svn"
+ // ignore other version control files
+ && leaf != ".git"
+ && leaf != ".bzr"
// ignore OS X directory info files:
&& leaf != ".DS_Store"
;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk