Skip to content

Commit 263e88d

Browse files
dmatlacktorvalds
authored andcommitted
proc: add .gitignore for proc-subset-pid selftest
This new selftest needs an entry in the .gitignore file otherwise git will try to track the binary. Link: https://lkml.kernel.org/r/20210601164305.11776-1-dmatlack@google.com Fixes: 268af17 ("selftests: proc: test subset=pid") Signed-off-by: David Matlack <dmatlack@google.com> Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Cc: Shuah Khan <shuah@kernel.org> Cc: Alexey Dobriyan <adobriyan@gmail.com> Cc: Alexey Gladkov <gladkov.alexey@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 0c5da35 commit 263e88d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/testing/selftests/proc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/proc-self-map-files-002
1111
/proc-self-syscall
1212
/proc-self-wchan
13+
/proc-subset-pid
1314
/proc-uptime-001
1415
/proc-uptime-002
1516
/read

0 commit comments

Comments
 (0)