Re: [PATCH] samples: seccomp: add .gitignore for untracked executables

From: Will Drewry
Date: Wed Jun 27 2012 - 10:53:14 EST


Thanks!

Reviewed-By: Will Drewry <wad@xxxxxxxxxxxx>

On Wed, Jun 27, 2012 at 4:33 AM, Chad Williamson <chad@xxxxxxx> wrote:
> git status should be clean following make allmodconfig && make. Add
> a .gitignore file to the samples/seccomp directory to ignore binaries
> produced there.
>
> Signed-off-by: Chad Williamson <chad@xxxxxxx>
> ---
>  samples/seccomp/.gitignore |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
>  create mode 100644 samples/seccomp/.gitignore
>
> diff --git a/samples/seccomp/.gitignore b/samples/seccomp/.gitignore
> new file mode 100644
> index 0000000..78fb781
> --- /dev/null
> +++ b/samples/seccomp/.gitignore
> @@ -0,0 +1,3 @@
> +bpf-direct
> +bpf-fancy
> +dropper
> --
> 1.7.7
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/