lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 12 Feb 2018 12:22:26 +0800
From:   Zhu Lingshan <lszhu@...e.com>
To:     linux-kernel@...r.kernel.org, trivial@...nel.org
Cc:     netfilter-devel@...r.kernel.org, yamada.masahiro@...ionext.com,
        robh@...nel.org
Subject: Re: [PATCH] .gitignore: ignore ANS.1 auto generated files

cc Masahiro and Rob

Thanks,
BR
Zhu Lingshan

On 2018/2/11 17:55, Zhu Lingshan wrote:
> when build kernel with default configure, files:
>
> generatenet/ipv4/netfilter/nf_nat_snmp_basic-asn1.c
> net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h
>
> will be automatically generated by ASN.1 compiler, so
> No need to track them in git, it's better to ignore them.
>
> Signed-off-by: Zhu Lingshan <lszhu@...e.com>
> ---
>   .gitignore | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 705e09913dc2..1be78fd8163b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -127,3 +127,7 @@ all.config
>   
>   # Kdevelop4
>   *.kdev4
> +
> +#Automatically generated by ASN.1 compiler
> +net/ipv4/netfilter/nf_nat_snmp_basic-asn1.c
> +net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ