diff options
author | Christian Brauner <christian@brauner.io> | 2019-05-08 13:02:30 +0200 |
---|---|---|
committer | Christian Brauner <christian@brauner.io> | 2019-05-10 11:50:52 +0200 |
commit | 8b0e1fea3056a411300fb3a2d8f3ca9af54ace44 (patch) | |
tree | c429f2b17244a02ea027e9f6578839070d9f4c46 /samples | |
parent | 8ea5b2abd07e2280a332bd9c1a7f4dd15b9b6c13 (diff) | |
download | linux-8b0e1fea3056a411300fb3a2d8f3ca9af54ace44.tar.bz2 |
samples: add .gitignore for pidfd-metadata
Ignore the pidfd-metadata binary so it doesn't show up in unwanted
scenarios.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Christian Brauner <christian@brauner.io>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/pidfd/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/pidfd/.gitignore b/samples/pidfd/.gitignore new file mode 100644 index 000000000000..be52b3ba6e4b --- /dev/null +++ b/samples/pidfd/.gitignore @@ -0,0 +1 @@ +pidfd-metadata |