Changeset 7764
- Timestamp:
- 03/07/08 14:56:54 (2 years ago)
- Files:
-
- branches/1.0/lib/util/sfFinder.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/util/sfFinder.class.php
r3268 r7764 234 234 * Ignores version control directories. 235 235 * 236 * Currently supports subversion, CVS, DARCS, Gnu Arch, Monotone, Bazaar-NG236 * Currently supports Subversion, CVS, DARCS, Gnu Arch, Monotone, Bazaar-NG, GIT, Mercurial 237 237 * 238 238 * @return object current pakeFinder object … … 240 240 public function ignore_version_control() 241 241 { 242 $ignores = array('.svn', ' CVS', '_darcs', '.arch-params', '.monotone', '.bzr');242 $ignores = array('.svn', '_svn', 'CVS', '_darcs', '.arch-params', '.monotone', '.bzr', '.git', '.hg') 243 243 244 244 return $this->discard($ignores)->prune($ignores);

