From 93157ba708210334358dcde9ac3d2b1cf18e03f6 Mon Sep 17 00:00:00 2001 From: Ben Myers Date: Wed, 9 Nov 2011 13:03:58 -0600 Subject: [PATCH] xfsprogs: add .ltdep to .gitignore 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 Reviewed-by: Alain Renaud Reviewed-by: Dave Chinner Signed-off-by: Ben Myers Signed-off-by: Christoph Hellwig --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aa6cd35aa..22b4f658f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # object files *.o .dep +.ltdep # build system .census -- 2.47.2