diff options
author | Thomas Voss <mail@thomasvoss.com> | 2021-09-09 02:42:25 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2021-09-09 02:42:25 +0200 |
commit | 00974c325bfdb24c6027a87ce391cfda0ab58fcb (patch) | |
tree | 5d6de4e857a4adbcb7ff5a4e154bf7075e763c86 /.gitignore |
Genesis commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c430098 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +c-example/ +tests/ +*.bf +*.out +out.s +smallbrain |