]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: add .ltdep to .gitignore
authorBen Myers <bpm@sgi.com>
Wed, 9 Nov 2011 19:03:58 +0000 (13:03 -0600)
committerChristoph Hellwig <hch@lst.de>
Thu, 10 Nov 2011 11:09:06 +0000 (11:09 +0000)
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 <arenaud@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
.gitignore

index aa6cd35aa2e57b66e97b13b00bd7177a22c93470..22b4f658f49a07838a8ee9e08488e8e46d5f6334 100644 (file)
@@ -1,6 +1,7 @@
 # object files
 *.o
 .dep
+.ltdep
 
 # build system
 .census