From: Dario Binacchi Date: Sun, 29 Dec 2019 12:47:32 +0000 (+0100) Subject: .gitignore: ignore files generated by asn1 compiler X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=8190d5a93fb726fe81c6f08b5cd42a3da3777210;p=u-boot.git .gitignore: ignore files generated by asn1 compiler As described in doc/README.asn1 document the tools/asn1_compiler is used to "generate bytecode as a C file (*.asn1.[ch]) from *.asn1 file". Signed-off-by: Dario Binacchi --- diff --git a/.gitignore b/.gitignore index f980ae6f70..2e1c8bf2bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # .* *.a +*.asn1.[ch] *.bin *.cfgout *.dtb