Can the patch below please be reviewed ? Last time I ran diff over two kernel
trees I noted that several generated files were included in the diff. The
patch below suppresses these generated files (modules.order, timeconst.h and
several vdso* and vdso32* files).
Signed-off-by: bart.vanassche@gmail.com
--- orig/linux-2.6.25.1/Documentation/dontdiff 2008-05-01 23:45:25.000000000
+0200
+++ linux-2.6.25.1/Documentation/dontdiff 2008-05-02 15:43:51.000000000
+0200
@@ -142,6 +142,7 @@ mkprep
mktables
mktree
modpost
+modules.order
modversions.h*
offset.h
offsets.h
@@ -173,10 +174,11 @@ split-include
tags
tftpboot.img
times.h*
+timeconst.h
tkparse
trix_boot.h
utsrelease.h*
-vdso.lds
+vdso*[^Sch]
version.h*
vmlinux
vmlinux-*
--