diff options
author | Dario Binacchi <dariobin@libero.it> | 2019-12-29 13:47:32 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-02 10:27:23 -0500 |
commit | 8190d5a93fb726fe81c6f08b5cd42a3da3777210 (patch) | |
tree | c445db8850043e9c3069cd8d709b4d3a8a2b8951 /.gitignore | |
parent | e198bb51dd55afbeaeb2008c05a5e640fcfe4b3c (diff) |
.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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f980ae6f70..2e1c8bf2bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # .* *.a +*.asn1.[ch] *.bin *.cfgout *.dtb |