diff options
author | 2022-07-21 02:37:54 -0400 | |
---|---|---|
committer | 2022-07-21 02:37:54 -0400 | |
commit | bc66e5c658c2f9578d065762a836e0c8962bf470 (patch) | |
tree | 158aeb8698c110ea246d256f456c1373c77533ce | |
parent | add COPYING (diff) |
add gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93d5350 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +obj_dir +*.vcd |