projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e198bb5
)
.gitignore: ignore files generated by asn1 compiler
author
Dario Binacchi
<dariobin@libero.it>
Sun, 29 Dec 2019 12:47:32 +0000
(13:47 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
f980ae6
..
2e1c8bf
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-7,6
+7,7
@@
#
.*
*.a
+*.asn1.[ch]
*.bin
*.cfgout
*.dtb