OSDN Git Service

Add to "Visual C++ loose" filter
authorGreyMerlin <GreyMerlin@gmail.com>
Tue, 4 Sep 2018 23:05:14 +0000 (16:05 -0700)
committerGreyMerlin <GreyMerlin@gmail.com>
Tue, 4 Sep 2018 23:05:14 +0000 (16:05 -0700)
 - Add the files `*.idb` and `*.VC.db` to the filter.  These are both
large binary files.

Filters/Merge_VC_loose.flt

index 8a2c991..8421bc7 100644 (file)
@@ -32,6 +32,8 @@ f: \.ncb$ ## VC Intellisense file
 f: \.opt$ ## VC project options file
 f: \.bak$ ## backup
 f: \.sdf$ ## SQL Server Compact Edition Database File
+f: \.VC.db$ ## VS Solution Database File
+f: \.idb$ ## VC Rebuild Dependency Information
 
 d: \\\.svn$ ## Subversion working copy
 d: \\_svn$  ## Subversion working copy ASP.NET Hack