commit | 88ef7c746559c18e0c98dd39f80e265a2b0d189d | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sun Dec 29 13:47:32 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 02 10:27:23 2020 -0500 |
tree | c445db8850043e9c3069cd8d709b4d3a8a2b8951 | |
parent | a89f403e82bc83c2df4183b34786f2d825887382 [diff] [blame] |
.gitignore: ignore files generated by asn1 compiler 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>
diff --git a/.gitignore b/.gitignore index f980ae6..2e1c8bf 100644 --- a/.gitignore +++ b/.gitignore
@@ -7,6 +7,7 @@ # .* *.a +*.asn1.[ch] *.bin *.cfgout *.dtb