From 8c66e390a5d8bf0bcc5770d61643e6023a2cbdc9 Mon Sep 17 00:00:00 2001 From: "Nathan P. Reiner" Date: Fri, 16 Dec 2022 09:34:07 +0100 Subject: add binary to gitignore --- smash/.gitignore | 1 + smash/smash | Bin 53248 -> 0 bytes 2 files changed, 1 insertion(+) create mode 100644 smash/.gitignore delete mode 100755 smash/smash diff --git a/smash/.gitignore b/smash/.gitignore new file mode 100644 index 0000000..f6ccf57 --- /dev/null +++ b/smash/.gitignore @@ -0,0 +1 @@ +smash diff --git a/smash/smash b/smash/smash deleted file mode 100755 index c8fedc1..0000000 Binary files a/smash/smash and /dev/null differ -- cgit v1.2.3-70-g09d2