From 8f3d7346435e8db1719f8cacb2de4fe87a68cb55 Mon Sep 17 00:00:00 2001 From: Zhang Zhen Date: Sat, 28 Mar 2015 09:51:13 +0800 Subject: 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 Signed-off-by: Shuah Khan --- tools/testing/selftests/mount/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/mount/.gitignore (limited to 'tools/testing/selftests/mount') diff --git a/tools/testing/selftests/mount/.gitignore b/tools/testing/selftests/mount/.gitignore new file mode 100644 index 000000000000..856ad4107eb3 --- /dev/null +++ b/tools/testing/selftests/mount/.gitignore @@ -0,0 +1 @@ +unprivileged-remount-test -- cgit v1.2.3-59-g8ed1b