[PATCH] gitignore: ignore normalizer generated files

Steve Grubb sgrubb at redhat.com
Tue Jun 13 20:41:14 UTC 2017


On Tuesday, April 4, 2017 7:58:50 AM EDT Richard Guy Briggs wrote:
> Signed-off-by: Richard Guy Briggs <rgb at redhat.com>
> ---
>  .gitignore |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index ba296d3..dc566b9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -33,6 +33,8 @@ audisp/audispd
>  audisp/plugins/remote/audisp-remote
>  audisp/plugins/zos-remote/audispd-zos-remote
>  auparse/*tabs.h
> +auparse/normalize_*_maps.h
> +auparse/gen_normalize_*_map
>  auparse/epoll_ctls.h
>  auparse/strsplit.c
>  bindings/swig/python/audit.py

Applied. Thanks!

-Steve




More information about the Linux-audit mailing list