Fix .gitignore for new file locations.

Signed-off-by: Eric Sandeen <sand...@redhat.com>
---

(could update other patches rather than add 4th if it's better)

diff --git a/.gitignore b/.gitignore
index a7e1b19..abc7ca6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,17 +4,10 @@
 version.h
 version
 man/*.gz
-btrfs
-btrfs.static
 btrfs-debug-tree
 btrfs-map-logical
 btrfs-fragments
-btrfsck
 calc-size
-ioctl-test
-dir-test
-send-test
-quick-test
 find-root
 mkfs.btrfs
 mkfs.btrfs.static
@@ -26,10 +19,18 @@ btrfs-find-root.static
 btrfs-image
 btrfs-show-super
 btrfs-zero-log
-btrfs-corrupt-block
 btrfs-select-super
 btrfstune
 libbtrfs.a
 libbtrfs.so
 libbtrfs.so.0
 libbtrfs.so.0.1
+cmd/btrfs
+cmd/btrfs.static
+cmd/btrfsck
+tests/btrfs-corrupt-block
+tests/dir-test
+tests/ioctl-test
+tests/quick-test
+tests/random-test
+tests/send-test

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to