Signed-off-by: Anand Jain <anand.jain@oracle.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a32b96c..3c9eba9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.static.o .*.o.d version.h +version man/*.gz btrfs btrfs.static -- 1.8.1.227.g44fe835 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
I''ve added the rest of the missing make targets into that commit @@ -12,15 +12,24 @@ btrfs-show btrfs-vol btrfsck btrfsctl +calc-size +ioctl-test +dir-test +send-test +quick-test find-root mkfs.btrfs +mkfs.btrfs.static repair restore btrfs-convert btrfs-find-root +btrfs-find-root.static btrfs-image btrfs-show-super btrfs-zero-log +btrfs-corrupt-block +btrfs-select-super btrfstune libbtrfs.a libbtrfs.so -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html