[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <55160911.8080302@huawei.com>
Date: Sat, 28 Mar 2015 09:51:13 +0800
From: Zhang Zhen <zhenzhang.zhang@...wei.com>
To: <linux-api@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC: <shuahkh@....samsung.com>
Subject: [PATCH] selftests/mount: Make git ignore all binaries in mount test
suite
This patch includes the mount test binaries into the .gitignore
file listing in their respective directories. This will make sure
that git ignores all of these test binaries when displaying status.
Signed-off-by: Zhang Zhen <zhenzhang.zhang@...wei.com>
---
tools/testing/selftests/mount/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/mount/.gitignore
diff --git a/tools/testing/selftests/mount/.gitignore b/tools/testing/selftests/mount/.gitignore
new file mode 100644
index 0000000..856ad41
--- /dev/null
+++ b/tools/testing/selftests/mount/.gitignore
@@ -0,0 +1 @@
+unprivileged-remount-test
--
1.8.5.5
.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists