From: Olaf Faaland Date: Fri, 3 Feb 2017 21:42:49 +0000 (-0800) Subject: Add tmpfile_003_pos to .gitignore X-Git-Tag: zfs-0.7.0-rc4~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dffaa61ded206d620a0db88231e56aece56b8422;p=zfs Add tmpfile_003_pos to .gitignore Earlier commit added a test that created tmpfile_003_pos, but did not add it to the appropriate .gitignore. ace1eae Add support for O_TMPFILE Fix the omission. Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Reviewed-by: Giuseppe Di Natale Signed-off-by: Olaf Faaland Closes #5735 --- diff --git a/tests/zfs-tests/tests/functional/tmpfile/.gitignore b/tests/zfs-tests/tests/functional/tmpfile/.gitignore index 591158154..b7a19481a 100644 --- a/tests/zfs-tests/tests/functional/tmpfile/.gitignore +++ b/tests/zfs-tests/tests/functional/tmpfile/.gitignore @@ -1,3 +1,4 @@ /tmpfile_test /tmpfile_001_pos /tmpfile_002_pos +/tmpfile_003_pos