diff options
author | Yuan Sun <sunyuan3@huawei.com> | 2015-09-28 22:03:59 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-10-15 22:00:32 -0400 |
commit | be14484be0a88574cf913bdf957ee91a8fafb0f8 (patch) | |
tree | 8057841964533a43a2cc2d841176281be3172e34 | |
parent | 25cb62b76430a91cc6195f902e61c2cb84ade622 (diff) |
selftests: add .gitignore for efivarfs
Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
-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 @@ | |||
1 | create-read | ||
2 | open-unlink | ||