All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Myers <bpm@sgi.com>
To: xfs@oss.sgi.com
Cc: Jan Engelhardt <jengelh@inai.de>, Rich Johnston <rjohnston@sgi.com>
Subject: [patch 2/2] [PATCH 6/6] xfsdump: Update .gitignore
Date: Tue, 30 Oct 2012 16:31:52 -0500	[thread overview]
Message-ID: <20121030213207.185303353@sgi.com> (raw)
In-Reply-To: 20121030213150.696351829@sgi.com

[-- Attachment #1: update-.gitignore.patch --]
[-- Type: text/plain, Size: 4840 bytes --]

Root entries to where they only can occur.

Reported-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Ben Myers <bpm@sgi.com>

---
 .gitignore |   82 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 41 insertions(+), 41 deletions(-)

Index: xfsdump/.gitignore
===================================================================
--- xfsdump.orig/.gitignore
+++ xfsdump/.gitignore
@@ -4,138 +4,138 @@
 
 # build system
 .census
-include/config.h
-include/builddefs
-install-sh
+/include/config.h
+/include/builddefs
+/install-sh
 
 # packaging
-doc/CHANGES.gz
+/doc/CHANGES.gz
 xfsdump-*
 xfsdump_*
 
 # autoconf generated files
-aclocal.m4
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-autom4te.cache/
-config.guess
-config.log
-config.status
-config.sub
-configure
+/aclocal.m4
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
+/autom4te.cache/
+/config.guess
+/config.log
+/config.status
+/config.sub
+/configure
 
 # libtool
-libtool
-ltmain.sh
+/libtool
+/ltmain.sh
 *.lo
 *.la
 .libs
 .ltdep
 
 # gettext
-po/xfsdump.pot
-po/*.mo
+/po/xfsdump.pot
+/po/*.mo
 
 # cscope stuff
 cscope.*
 
 # quilt stuff
-.pc/
-patches/
+/.pc/
+/patches/
 
 # binaries
-dump/xfsdump
-invutil/xfsinvutil
-restore/xfsrestore
+/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/timeutil.[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/timeutil.[ch]
-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/timeutil.[ch]
-restore/ts_mtio.h
-restore/types.h
-restore/util.[ch]
+/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/timeutil.[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/timeutil.[ch]
+/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/timeutil.[ch]
+/restore/ts_mtio.h
+/restore/types.h
+/restore/util.[ch]

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

  parent reply	other threads:[~2012-10-30 21:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 21:31 [patch 0/2] xfsdump: build system revamp Ben Myers
2012-10-30 21:31 ` [patch 1/2] [PATCH 2/6] xfsdump: build: use new autoconf constructs Ben Myers
2012-10-30 21:31 ` Ben Myers [this message]
2012-10-30 21:54 ` [1/1] xfsdump: Polish translation Phil White
2012-10-31 17:03 ` [patch 0/2] xfsdump: build system revamp Ben Myers

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=20121030213207.185303353@sgi.com \
    --to=bpm@sgi.com \
    --cc=jengelh@inai.de \
    --cc=rjohnston@sgi.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.