diff options
author | Yuan Sun <sunyuan3@huawei.com> | 2015-09-29 05:03:59 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-10-16 05:00:32 +0300 |
commit | be14484be0a88574cf913bdf957ee91a8fafb0f8 (patch) | |
tree | 8057841964533a43a2cc2d841176281be3172e34 /tools/testing | |
parent | 25cb62b76430a91cc6195f902e61c2cb84ade622 (diff) | |
download | linux-be14484be0a88574cf913bdf957ee91a8fafb0f8.tar.xz |
selftests: add .gitignore for efivarfs
Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/efivarfs/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/efivarfs/.gitignore b/tools/testing/selftests/efivarfs/.gitignore new file mode 100644 index 000000000000..33618493562b --- /dev/null +++ b/tools/testing/selftests/efivarfs/.gitignore @@ -0,0 +1,2 @@ +create-read +open-unlink |