Message ID | 1360658265-6987-2-git-send-email-filbranden@google.com (mailing list archive) |
---|---|
State | Under Review, archived |
Headers | show |
diff --git a/.gitignore b/.gitignore index 0e560d5..3d360b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,21 @@ *.o .*.o.d -version.h -man/*.gz -btrfs -btrfs-debug-tree -btrfs-map-logical -btrfs-show -btrfs-vol -btrfsck -btrfsctl -find-root -mkfs.btrfs -repair -restore +/version.h +/man/*.gz +/btrfs +/btrfsck +/btrfs-convert +/btrfsctl +/btrfs-debug-tree +/btrfs-find-root +/btrfs-image +/btrfs-map-logical +/btrfs-restore +/btrfs-show +/btrfstune +/btrfs-vol +/btrfs-zero-log +/find-root +/mkfs.btrfs +/repair +/restore
This is needed in order to allow checking out fs/btrfs/, otherwise the ignore rule for the btrfs binary would conflict with it. Signed-off-by: Filipe Brandenburger <filbranden@google.com> --- .gitignore | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-)