diff options
author | Zhang Zhen <[email protected]> | 2015-03-28 09:51:13 +0800 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2015-03-31 14:09:38 -0600 |
commit | 8f3d7346435e8db1719f8cacb2de4fe87a68cb55 (patch) | |
tree | 520330aecb814f84a943298217496f8ed3e43a52 | |
parent | e48f284d63ece564f8aa19fbf5434b3458af8d3f (diff) |
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 <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
-rw-r--r-- | tools/testing/selftests/mount/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |