Updated .gitignore file for ilang and verilog frontends
This commit is contained in:
parent
c3e9922b5d
commit
f65e1c309f
2 changed files with 8 additions and 8 deletions
8
frontends/ilang/.gitignore
vendored
8
frontends/ilang/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
lexer.cc
|
||||
parser.output
|
||||
parser.tab.cc
|
||||
parser.tab.h
|
||||
ilang_lexer.cc
|
||||
ilang_parser.output
|
||||
ilang_parser.tab.cc
|
||||
ilang_parser.tab.h
|
||||
|
|
8
frontends/verilog/.gitignore
vendored
8
frontends/verilog/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
lexer.cc
|
||||
parser.output
|
||||
parser.tab.cc
|
||||
parser.tab.h
|
||||
verilog_lexer.cc
|
||||
verilog_parser.output
|
||||
verilog_parser.tab.cc
|
||||
verilog_parser.tab.h
|
||||
|
|
Loading…
Add table
Reference in a new issue