diff options
author | Ian Moffett <ian@osmora.org> | 2024-08-03 12:31:24 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-08-03 12:31:24 -0400 |
commit | 499997a1619635de9e27e8a9455347f39028c923 (patch) | |
tree | 1ab023e5977c9d8bf2246861d2d3bd1d7fefa815 | |
parent | ade344b9314ddd1d3dd4a7189822d80b0a163fb3 (diff) |
Add .gitignore
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fb8788 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +obj_dir/ +*.vcd |