3
0
Fork 0
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:
Clifford Wolf 2014-10-15 01:14:38 +02:00
parent c3e9922b5d
commit f65e1c309f
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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