diff options
author | jwerle <joseph.werle@gmail.com> | 2024-12-31 13:47:05 -0500 |
---|---|---|
committer | jwerle <joseph.werle@gmail.com> | 2024-12-31 13:47:14 -0500 |
commit | 81259bbb334cb884dedf607d4432d301763f6dc2 (patch) | |
tree | 6c7b93ed38dad61604d0333046ce28ac55a2422e | |
parent | 4d59092665f7fd4043f95606ccd502af11c62708 (diff) |
chore(.gitignore): ignore binaries
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | example.c (renamed from murmurhash_example.c) | 0 |
2 files changed, 2 insertions, 0 deletions
@@ -22,3 +22,5 @@ *.x86_64 *.hex murmur +example +test diff --git a/murmurhash_example.c b/example.c index e8a840c..e8a840c 100644 --- a/murmurhash_example.c +++ b/example.c |