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

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

3 Jan
3 Jan
12:11 a.m.
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 dariobin@libero.it
Applied to u-boot/master, thanks!
--
Tom
1951
Age (days ago)
1955
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dario Binacchi
-
Tom Rini