[PATCH] xfsprogs: add .ltdep to .gitignore
Ben Myers
bpm at sgi.com
Wed Nov 9 13:03:58 CST 2011
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 at 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
More information about the xfs
mailing list