mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
.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>
This commit is contained in:
parent
e198bb51dd
commit
8190d5a93f
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
#
|
#
|
||||||
.*
|
.*
|
||||||
*.a
|
*.a
|
||||||
|
*.asn1.[ch]
|
||||||
*.bin
|
*.bin
|
||||||
*.cfgout
|
*.cfgout
|
||||||
*.dtb
|
*.dtb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user