Re: [PATCH] .gitignore: ignore files generated by asn1 compiler

2020-01-04 Thread Tom Rini
On Sun, Dec 29, 2019 at 01:47:32PM +0100, Dario Binacchi wrote:

> 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 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH] .gitignore: ignore files generated by asn1 compiler

2019-12-29 Thread Dario Binacchi
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 
---

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f980ae6f70..2e1c8bf2bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
 *.dtb
-- 
2.24.0