From 070c4a9364978d708d48b770f0371029cc5c43b7 Mon Sep 17 00:00:00 2001 From: Zirong Lang Date: Thu, 9 Nov 2017 11:35:20 -0600 Subject: [PATCH] xfsprogs: add xfs_spaceman to .gitignore The new binary xfs_spaceman isn't in .gitignore, so ignore it in this patch. Signed-off-by: Zorro Lang Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 913b371fc..e839e2a15 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ cscope.* /quota/xfs_quota /repair/xfs_repair /rtcp/xfs_rtcp +/spaceman/xfs_spaceman # generated crc files /libxfs/crc32selftest -- 2.47.2