mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Updated .gitignore file for ilang and verilog frontends
This commit is contained in:
parent
c3e9922b5d
commit
f65e1c309f
8
frontends/ilang/.gitignore
vendored
8
frontends/ilang/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
lexer.cc
|
ilang_lexer.cc
|
||||||
parser.output
|
ilang_parser.output
|
||||||
parser.tab.cc
|
ilang_parser.tab.cc
|
||||||
parser.tab.h
|
ilang_parser.tab.h
|
||||||
|
|
8
frontends/verilog/.gitignore
vendored
8
frontends/verilog/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
lexer.cc
|
verilog_lexer.cc
|
||||||
parser.output
|
verilog_parser.output
|
||||||
parser.tab.cc
|
verilog_parser.tab.cc
|
||||||
parser.tab.h
|
verilog_parser.tab.h
|
||||||
|
|
Loading…
Reference in a new issue