Re: [RFC 01/14] Add a .gitignore

"Jose E. Marchesi via Cgen" <[email protected]> Sun, 20 Aug 2023 10:04:08 +0200
Newsgroups gmane.comp.tools.cgen.devel
Message-ID <[email protected]>
OK.
Thanks.

> Add a .gitignore to make 'git status' easier to read.
> ---
>  .gitignore | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 .gitignore
>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..f8a37bb
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,17 @@
> +Makefile
> +config.log
> +config.status
> +stamp-cgen
> +autom4te.cache
> +*.info
> +*.tmp
> +*.out
> +testsuite/*.cpu
> +testsuite/test-utils.sh
> +*~
> +
> +# In case someone runs automake -a locally.
> +config.guess
> +config.sub
> +install-sh
> +missing