public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: add .ltdep to .gitignore
@ 2011-11-09 19:03 Ben Myers
  2011-11-09 20:17 ` Alain Renaud
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ben Myers @ 2011-11-09 19:03 UTC (permalink / raw)
  To: xfs; +Cc: bpm, aelder, arenaud

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-10 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 19:03 [PATCH] xfsprogs: add .ltdep to .gitignore Ben Myers
2011-11-09 20:17 ` Alain Renaud
2011-11-09 22:37 ` Dave Chinner
2011-11-10 16:25   ` Ben Myers
2011-11-10 11:11 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox