diff options
author | Martin Stensgård <mastensg@mastensg.net> | 2025-05-02 20:52:27 +0200 |
---|---|---|
committer | Martin Stensgård <mastensg@mastensg.net> | 2025-05-02 20:52:27 +0200 |
commit | cb019a43f55e08aa4c12573270a32213c823e1cb (patch) | |
tree | 7bb17c0dde760db6493894e17c19befe5cb5c3e2 /verilator_lib/.gitignore | |
parent | 0e422ec41b33216b12d8a98612d1b4b3cd84b3a7 (diff) |
verilator_lib: wrap verilog module in c++ library in c++ executable
Diffstat (limited to 'verilator_lib/.gitignore')
-rw-r--r-- | verilator_lib/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/verilator_lib/.gitignore b/verilator_lib/.gitignore new file mode 100644 index 0000000..27f7104 --- /dev/null +++ b/verilator_lib/.gitignore @@ -0,0 +1,2 @@ +/obj_dir +/wrap |