[PATCH] xfsdump: add .ltdep to .gitignore
Ben Myers
bpm at sgi.com
Mon Nov 14 10:55:30 CST 2011
Make git ignore all .ltdep files. They are created as part of the build
process:
inventory/.ltdep
librmt/.ltdep
Signed-off-by: Ben Myers <bpm at sgi.com>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index f721c3f..77e3848 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ ltmain.sh
*.lo
*.la
.libs
+.ltdep
# gettext
po/xfsdump.pot
--
1.7.8.rc0.46.g5ae0f
More information about the xfs
mailing list