Commit 8190d5a93fb726fe81c6f08b5cd42a3da3777210

Authored by Dario Binacchi
Committed by Tom Rini
1 parent e198bb51dd

.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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -7,6 +7,7 @@
7 7 #
8 8 .*
9 9 *.a
  10 +*.asn1.[ch]
10 11 *.bin
11 12 *.cfgout
12 13 *.dtb