diff mbox series

selftests: pidfd: Create .gitignore to include pidfd_test

Message ID 20190512045711.4507-1-skunberg.kelsey@gmail.com (mailing list archive)
State Mainlined
Commit 4d0b5f4d7561d54f08640836e1c2eafb50e3286a
Headers show
Series selftests: pidfd: Create .gitignore to include pidfd_test | expand

Commit Message

Kelsey May 12, 2019, 4:57 a.m. UTC
Create /selftests/pidfd/.gitignore which holds the following file name
created after compiling:

	- pidfd_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
---
 tools/testing/selftests/pidfd/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/pidfd/.gitignore

--
2.20.1

Comments

Shuah Khan May 14, 2019, 11:26 p.m. UTC | #1
Hi Kelsey,

On 5/11/19 10:57 PM, Kelsey Skunberg wrote:
> Create /selftests/pidfd/.gitignore which holds the following file name
> created after compiling:

This patch generates the following checkpatch warning.

WARNING: use relative pathname instead of absolute in changelog text
#85:
Create /selftests/drivers/.gitignore which holds the following file name


I fixed it and applied the patch. Please make sure to run checkpatch
before sending patches in the future.

thanks,
-- Shuah
Kelsey May 16, 2019, 7:43 a.m. UTC | #2
On Tue, May 14, 2019 at 05:26:25PM -0600, Shuah Khan wrote:
> Hi Kelsey,
> 
> On 5/11/19 10:57 PM, Kelsey Skunberg wrote:
> > Create /selftests/pidfd/.gitignore which holds the following file name
> > created after compiling:
> 
> This patch generates the following checkpatch warning.
> 
> WARNING: use relative pathname instead of absolute in changelog text
> #85:
> Create /selftests/drivers/.gitignore which holds the following file name
> 
> 
> I fixed it and applied the patch. Please make sure to run checkpatch
> before sending patches in the future.
> 
> thanks,
> -- Shuah

Thank you for catching and fixing this! I'll make sure to remember to
run checkpatch in the future.

Thanks again!

-Kelsey
diff mbox series

Patch

diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore
new file mode 100644
index 000000000000..822a1e63d045
--- /dev/null
+++ b/tools/testing/selftests/pidfd/.gitignore
@@ -0,0 +1 @@ 
+pidfd_test