Skip to content

Commit 8190d5a

Browse files
passgattrini
authored andcommitted
.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 <[email protected]>
1 parent e198bb5 commit 8190d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#
88
.*
99
*.a
10+
*.asn1.[ch]
1011
*.bin
1112
*.cfgout
1213
*.dtb

0 commit comments

Comments
 (0)