The change look good Reviewed-by: Alain Renaud<arenaud@xxxxxxx> On 11-11-09 02:03 PM, Ben Myers wrote:
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
-- =============================================== Alain Renaud - Cluster File System Engineer arenaud@xxxxxxx - SGI =============================================== _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs