Author: dsahlberg Date: Wed Jun 23 21:42:35 2021 New Revision: 1891003 URL: http://svn.apache.org/viewvc?rev=1891003&view=rev Log: The source tree of TortoiseSVN includes Subversion using svn:externals. Their build process creates a few build directories. Having them ignored makes it easier to spot any local modifications to Subversion.
* /trunk (svn:ignore): Ignore [release|debug]_[win32|x64][_static] Approved by: stsp Discussed on dev@: https://mail-archives.apache.org/mod_mbox/subversion-dev/202106.mbox/%3CCAMHy98Mwh1FeJazWxWvTTO_8VnNcJ1SALKQt2nG37rhucks2Bg%40mail.gmail.com%3E Modified: subversion/trunk/ (props changed) Propchange: subversion/trunk/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Jun 23 21:42:35 2021 @@ -29,7 +29,13 @@ apr apr-util apr-iconv Release +release_win32 +release_win32_static +release_x64 Debug +debug_win32 +debug_win32_static +debug_x64 ipch subversion_msvc.dsw subversion_msvc.ncb
