public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Ben Myers <bpm@sgi.com>
To: xfs@oss.sgi.com
Cc: bpm@sgi.com, aelder@sgi.com, arenaud@sgi.com
Subject: [PATCH] xfsprogs: add .ltdep to .gitignore
Date: Wed,  9 Nov 2011 13:03:58 -0600	[thread overview]
Message-ID: <1320865438-27014-1-git-send-email-bpm@sgi.com> (raw)

Make git ignore all .ltdep files which are created as part of the build
process.

~/xfsprogs # find | grep ltdep
./libxcmd/.ltdep
./libxfs/.ltdep
./libhandle/.ltdep
./libdisk/.ltdep
./libxlog/.ltdep

Signed-off-by: Ben Myers <bpm@sgi.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index aa6cd35..22b4f65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 # object files
 *.o
 .dep
+.ltdep
 
 # build system
 .census
-- 
1.7.8.rc0.46.g5ae0f

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

             reply	other threads:[~2011-11-09 18:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-09 19:03 Ben Myers [this message]
2011-11-09 20:17 ` [PATCH] xfsprogs: add .ltdep to .gitignore Alain Renaud
2011-11-09 22:37 ` Dave Chinner
2011-11-10 16:25   ` Ben Myers
2011-11-10 11:11 ` Christoph Hellwig

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=1320865438-27014-1-git-send-email-bpm@sgi.com \
    --to=bpm@sgi.com \
    --cc=aelder@sgi.com \
    --cc=arenaud@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox