diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-09-01 16:45:37 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-09-01 16:45:37 -0400 |
commit | c7f630ed23144939a540219787c7be3ffe14b24c (patch) | |
tree | d8952a4b64c61e92fe552c54ea26e0d5b6d99a34 /.gitignore | |
download | sha3-c7f630ed23144939a540219787c7be3ffe14b24c.tar.bz2 sha3-c7f630ed23144939a540219787c7be3ffe14b24c.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1be7108 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +test-sha3 +sha3 +*.o |