.gitignore: ignore files generated by asn1 compiler
authorDario Binacchi <dariobin@libero.it>
Sun, 29 Dec 2019 12:47:32 +0000 (13:47 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 2 Jan 2020 15:27:23 +0000 (10:27 -0500)
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

index f980ae6..2e1c8bf 100644 (file)
@@ -7,6 +7,7 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
 *.dtb