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
Signed-off-by: Anand Jain
---
.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