diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-06-30 10:35:40 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-06-30 10:35:40 -0400 |
commit | 6e97e2feaa49fd741720bf0872a87be876a6747b (patch) | |
tree | 8e506f19d3128800a5425f593d856ce52032ce63 | |
parent | 3841022b1eb4ed63933f49ba2626bc0d3d358f8b (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..d07f0ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +lib/ +obj/ |