
29 Dec
2019
29 Dec
'19
1:47 p.m.
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 dariobin@libero.it ---
.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