diff mbox series

.gitignore: ignore files generated by asn1 compiler

Message ID 20191229124732.3837-1-dariobin@libero.it
State Accepted
Commit 8190d5a93fb726fe81c6f08b5cd42a3da3777210
Delegated to: Tom Rini
Headers show
Series .gitignore: ignore files generated by asn1 compiler | expand

Commit Message

Dario Binacchi Dec. 29, 2019, 12:47 p.m. UTC
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(+)

Comments

Tom Rini Jan. 2, 2020, 11:11 p.m. UTC | #1
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!
diff mbox series

Patch

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