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@xxxxxxx> --- .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@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs