diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-04-30 04:03:08 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-05-01 17:43:35 +0200 |
commit | 9009b455811b0fa1f6b0adfa94db136984db5a38 (patch) | |
tree | ebe313301423019e596073d3c14d86ef91ddae94 /samples/nitro_enclaves | |
parent | kbuild: replace LANG=C with LC_ALL=C (diff) | |
download | linux-9009b455811b0fa1f6b0adfa94db136984db5a38.tar.xz linux-9009b455811b0fa1f6b0adfa94db136984db5a38.zip |
.gitignore: prefix local generated files with a slash
The pattern prefixed with '/' matches files in the same directory,
but not ones in sub-directories.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Andra Paraschiv <andraprs@amazon.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Diffstat (limited to 'samples/nitro_enclaves')
-rw-r--r-- | samples/nitro_enclaves/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/nitro_enclaves/.gitignore b/samples/nitro_enclaves/.gitignore index 827934129c90..6a718eec71f4 100644 --- a/samples/nitro_enclaves/.gitignore +++ b/samples/nitro_enclaves/.gitignore @@ -1,2 +1,2 @@ # SPDX-License-Identifier: GPL-2.0 -ne_ioctl_sample +/ne_ioctl_sample |