[PATCH] Add .gitignore file for git-svn and github.

Richard Guy Briggs rgb at redhat.com
Thu Jul 21 00:06:25 UTC 2016


On 2016-07-20 19:19, Richard Guy Briggs wrote:
> Ignore generated files if using git.

I should add this this is based on audit-2.6.5.

> Signed-off-by: Richard Guy Briggs <rgb at redhat.com>
> ---
>  trunk/.gitignore |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 54 insertions(+), 0 deletions(-)
>  create mode 100644 trunk/.gitignore
> 
> diff --git a/trunk/.gitignore b/trunk/.gitignore
> new file mode 100644
> index 0000000..a328f80
> --- /dev/null
> +++ b/trunk/.gitignore
> @@ -0,0 +1,54 @@
> +*~
> +*.[oa]
> +*.lo
> +*.la
> +*.pc
> +gen_*_h
> +INSTALL
> +Makefile
> +Makefile.in
> +TAGS
> +/aclocal.m4
> +/autom4te.cache
> +/audit*.tar.gz
> +/audit-rhel?.spec
> +/config.guess
> +/config.sub
> +/config.status
> +/config.log
> +/config.h
> +/config.h.in
> +/configure
> +/compile
> +/depcomp
> +/install-sh
> +/libtool
> +/missing
> +/py-compile
> +.libs/
> +.deps/
> +audisp/audispd
> +audisp/plugins/remote/audisp-remote
> +audisp/plugins/zos-remote/audispd-zos-remote
> +auparse/*tabs.h
> +auparse/epoll_ctls.h
> +auparse/strsplit.c
> +bindings/swig/python/audit.py
> +bindings/swig/python/audit_wrap.c
> +bindings/swig/python3/audit.py
> +bindings/swig/python3/audit_wrap.c
> +lib/*tabs.h
> +lib/*tables.h
> +m4/libtool.m4
> +m4/lt*.m4
> +src/auditctl
> +src/auditd
> +src/aureport
> +src/ausearch
> +src/autrace
> +stamp-h1
> +test-driver
> +tools/aulast/aulast
> +tools/aulastlog/aulastlog
> +tools/ausyscall/ausyscall
> +tools/auvirt/auvirt
> -- 
> 1.7.1

- RGB

--
Richard Guy Briggs <rgb at redhat.com>
Kernel Security Engineering, Base Operating Systems, Red Hat
Remote, Ottawa, Canada
Voice: +1.647.777.2635, Internal: (81) 32635




More information about the Linux-audit mailing list