Get rid of the symlinked files by creating a local library for the commonality? ;-)<div>Probably easier said than done - I haven&#39;t looked at the code in a while - but I</div><div>I think the traditional library model is better than a heap of symlinks :)</div>
<div>(I realise you just want a .gitignore file but .... ;-)<br><div><br></div><div>--Tim<br><br><div class="gmail_quote">On Wed, Apr 29, 2009 at 11:50 PM, Christoph Hellwig <span dir="ltr">&lt;<a href="mailto:hch@infradead.org">hch@infradead.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">This one is pretty ugly due to all the symlinked files, any better<br>
suggestions?<br>
<br>
<br>
Signed-off-by: Christoph Hellwig &lt;<a href="mailto:hch@lst.de">hch@lst.de</a>&gt;<br>
<br>
Index: xfsdump-dev/.gitignore<br>
===================================================================<br>
--- /dev/null   1970-01-01 00:00:00.000000000 +0000<br>
+++ xfsdump-dev/.gitignore      2009-04-29 15:48:26.996484383 +0200<br>
@@ -0,0 +1,134 @@<br>
+# object files<br>
+*.o<br>
+<br>
+# build system<br>
+.census<br>
+Logs/<br>
+include/config.h<br>
+include/builddefs<br>
+install-sh<br>
+<br>
+# magic diretory symlinks<br>
+#include/disk<br>
+#include/xfs<br>
+<br>
+# Makepgs<br>
+build/src-manifest<br>
+build/xfsdump-*.tar.gz<br>
+doc/CHANGES.gz<br>
+xfsdump-*<br>
+<br>
+# autoconf generated files<br>
+aclocal.m4<br>
+autom4te.cache/<br>
+config.guess<br>
+config.log<br>
+config.status<br>
+config.sub<br>
+configure<br>
+<br>
+# libtool<br>
+libtool<br>
+ltmain.sh<br>
+*.lo<br>
+*.la<br>
+.libs<br>
+<br>
+# gettext<br>
+po/xfsdump.pot<br>
+po/*.mo<br>
+<br>
+# quilt stuff<br>
+.pc/<br>
+patches/<br>
+<br>
+# binaries<br>
+dump/xfsdump<br>
+invutil/xfsinvutil<br>
+restore/xfsrestore<br>
+<br>
+# @%#% symlinked sourced files<br>
+dump/arch_xlate.[ch]<br>
+dump/cldmgr.[ch]<br>
+dump/content.h<br>
+dump/content_common.[ch]<br>
+dump/content_inode.h<br>
+dump/dlog.[ch]<br>
+dump/drive.[ch]<br>
+dump/drive_minrmt.c<br>
+dump/drive_scsitape.c<br>
+dump/drive_simple.c<br>
+dump/exit.h<br>
+dump/fs.[ch]<br>
+dump/getdents.[ch]<br>
+dump/global.[ch]<br>
+dump/hsmapi.[ch]<br>
+dump/inv_api.c<br>
+dump/inv_core.c<br>
+dump/inv_files.c<br>
+dump/inv_fstab.c<br>
+dump/inv_idx.c<br>
+dump/inv_mgr.c<br>
+dump/inv_priv.h<br>
+dump/inv_stobj.c<br>
+dump/inventory.h<br>
+dump/lock.[ch]<br>
+dump/main.c<br>
+dump/media.h<br>
+dump/mlog.[ch]<br>
+dump/openutil.[ch]<br>
+dump/path.[ch]<br>
+dump/qlock.[ch]<br>
+dump/rec_hdr.h<br>
+dump/ring.[ch]<br>
+dump/sproc.[ch]<br>
+dump/stream.[ch]<br>
+dump/ts_mtio.h<br>
+dump/types.h<br>
+dump/util.[ch]<br>
+<br>
+invutil/global.h<br>
+invutil/inv_files.c<br>
+invutil/inv_priv.h<br>
+invutil/inventory.h<br>
+invutil/mlog.h<br>
+invutil/types.h<br>
+invutil/util.h<br>
+<br>
+restore/arch_xlate.[ch]<br>
+restore/cldmgr.[ch]<br>
+restore/content.h<br>
+restore/content_inode.h<br>
+restore/dlog.[ch]<br>
+restore/drive.[ch]<br>
+restore/drive_minrmt.c<br>
+restore/drive_scsitape.c<br>
+restore/drive_simple.c<br>
+restore/exit.h<br>
+restore/fs.[ch]<br>
+restore/getdents.[ch]<br>
+restore/global.[ch]<br>
+restore/hsmapi.[ch]<br>
+restore/inv_api.c<br>
+restore/inv_core.c<br>
+restore/inv_files.c<br>
+restore/inv_fstab.c<br>
+restore/inv_idx.c<br>
+restore/inv_mgr.c<br>
+restore/inv_priv.h<br>
+restore/inv_stobj.c<br>
+restore/inventory.h<br>
+restore/lock.[ch]<br>
+restore/main.c<br>
+restore/media.h<br>
+restore/mlog.[ch]<br>
+restore/openutil.[ch]<br>
+restore/path.[ch]<br>
+restore/qlock.[ch]<br>
+restore/rec_hdr.h<br>
+restore/ring.[ch]<br>
+restore/sproc.[ch]<br>
+restore/stream.[ch]<br>
+restore/ts_mtio.h<br>
+restore/types.h<br>
+restore/util.[ch]<br>
<br>
_______________________________________________<br>
xfs mailing list<br>
<a href="mailto:xfs@oss.sgi.com">xfs@oss.sgi.com</a><br>
<a href="http://oss.sgi.com/mailman/listinfo/xfs" target="_blank">http://oss.sgi.com/mailman/listinfo/xfs</a><br>
</blockquote></div><br></div></div>