[ofw] [PATCH 2/7] docs/dontdiff
    Sean Hefty 
    sean.hefty at intel.com
       
    Thu May 15 15:54:02 PDT 2008
    
    
  
When using a diff utility to find differences between two subdirectories,
for example, an svn branch and the trunk, you can have the diff program
ignore files.  This is useful to avoid diffs caused by object files,
executables, or svn tracking files.
The following file can be fed into diff to have it ignore files that
match any of the patterns listed.
Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
The generate-patch.txt patch demonstrates the usage of this file.
Index: dontdiff.txt
===================================================================
--- dontdiff.txt	(revision 0)
+++ dontdiff.txt	(revision 0)
@@ -0,0 +1,23 @@
+entries
+format
+*.svn-base
+*.tmp
+*.obj
+*.res
+*.mac
+*.lib
+*.pdb
+*.sys
+*.exe
+*.dll
+*.exp
+*.tmh
+*.tpl
+*.log
+*.err
+*.wrn
+*.pch
+objchk_*
+objfre_*
+*.def
+*.inc
    
    
More information about the ofw
mailing list