public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@sandeen.net>
To: Christoph Hellwig <hch@infradead.org>
Cc: xfs@oss.sgi.com
Subject: Re: [PATCH] xfsdump: add .gitignore
Date: Wed, 29 Apr 2009 09:20:11 -0500	[thread overview]
Message-ID: <49F8621B.4060103@sandeen.net> (raw)
In-Reply-To: <20090429135050.GC30808@infradead.org>

Christoph Hellwig wrote:
> This one is pretty ugly due to all the symlinked files, any better
> suggestions?
> 
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> 
> Index: xfsdump-dev/.gitignore
> ===================================================================
> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> +++ xfsdump-dev/.gitignore	2009-04-29 15:48:26.996484383 +0200
> @@ -0,0 +1,134 @@
> +# object files
> +*.o
> +
> +# build system
> +.census
> +Logs/
> +include/config.h
> +include/builddefs
> +install-sh
> +
> +# magic diretory symlinks
> +#include/disk
> +#include/xfs
> +
> +# Makepgs
> +build/src-manifest
> +build/xfsdump-*.tar.gz
> +doc/CHANGES.gz
> +xfsdump-*
> +
> +# autoconf generated files
> +aclocal.m4
> +autom4te.cache/
> +config.guess
> +config.log
> +config.status
> +config.sub
> +configure
> +
> +# libtool
> +libtool
> +ltmain.sh
> +*.lo
> +*.la
> +.libs
> +
> +# gettext
> +po/xfsdump.pot
> +po/*.mo
> +
> +# quilt stuff
> +.pc/
> +patches/
> +
> +# binaries
> +dump/xfsdump
> +invutil/xfsinvutil
> +restore/xfsrestore
> +
> +# @%#% symlinked sourced files
> +dump/arch_xlate.[ch]
> +dump/cldmgr.[ch]
> +dump/content.h
> +dump/content_common.[ch]
> +dump/content_inode.h
> +dump/dlog.[ch]
> +dump/drive.[ch]
> +dump/drive_minrmt.c
> +dump/drive_scsitape.c
> +dump/drive_simple.c
> +dump/exit.h
> +dump/fs.[ch]
> +dump/getdents.[ch]
> +dump/global.[ch]
> +dump/hsmapi.[ch]
> +dump/inv_api.c
> +dump/inv_core.c
> +dump/inv_files.c
> +dump/inv_fstab.c
> +dump/inv_idx.c
> +dump/inv_mgr.c
> +dump/inv_priv.h
> +dump/inv_stobj.c
> +dump/inventory.h
> +dump/lock.[ch]
> +dump/main.c
> +dump/media.h
> +dump/mlog.[ch]
> +dump/openutil.[ch]
> +dump/path.[ch]
> +dump/qlock.[ch]
> +dump/rec_hdr.h
> +dump/ring.[ch]
> +dump/sproc.[ch]
> +dump/stream.[ch]
> +dump/ts_mtio.h
> +dump/types.h
> +dump/util.[ch]
> +
> +invutil/global.h
> +invutil/inv_files.c
> +invutil/inv_priv.h
> +invutil/inventory.h
> +invutil/mlog.h
> +invutil/types.h
> +invutil/util.h
> +
> +restore/arch_xlate.[ch]
> +restore/cldmgr.[ch]
> +restore/content.h
> +restore/content_inode.h
> +restore/dlog.[ch]
> +restore/drive.[ch]
> +restore/drive_minrmt.c
> +restore/drive_scsitape.c
> +restore/drive_simple.c
> +restore/exit.h
> +restore/fs.[ch]
> +restore/getdents.[ch]
> +restore/global.[ch]
> +restore/hsmapi.[ch]
> +restore/inv_api.c
> +restore/inv_core.c
> +restore/inv_files.c
> +restore/inv_fstab.c
> +restore/inv_idx.c
> +restore/inv_mgr.c
> +restore/inv_priv.h
> +restore/inv_stobj.c
> +restore/inventory.h
> +restore/lock.[ch]
> +restore/main.c
> +restore/media.h
> +restore/mlog.[ch]
> +restore/openutil.[ch]
> +restore/path.[ch]
> +restore/qlock.[ch]
> +restore/rec_hdr.h
> +restore/ring.[ch]
> +restore/sproc.[ch]
> +restore/stream.[ch]
> +restore/ts_mtio.h
> +restore/types.h
> +restore/util.[ch]
> 

could add cscope/ here too, but, *shrug*

Reviewed-by: Eric Sandeen <sandeen@sandeen.net>

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2009-04-29 14:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29 13:50 [PATCH] xfsdump: add .gitignore Christoph Hellwig
2009-04-29 14:20 ` Eric Sandeen [this message]
2009-05-02  6:51   ` Christoph Hellwig
2009-05-03 23:35 ` Timothy Shimmin
2009-05-04  7:40   ` Christoph Hellwig
2009-05-04 14:54     ` Bill Kendall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49F8621B.4060103@sandeen.net \
    --to=sandeen@sandeen.net \
    --cc=hch@infradead.org \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox