commit e118d43a767c387eafb5ac13579b5a248756ae26 parent f4094724e84227a14b6c84f6b2ea6090fdb5798f Author: typable <contact@typable.dev> Date: Sun, 2 Jun 2024 22:52:53 +0200 Added .gitignore Diffstat:
A | .gitignore | | | 2 | ++ |
M | Makefile | | | 3 | +++ |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +freezo diff --git a/Makefile b/Makefile @@ -3,3 +3,6 @@ build: run: build ./freezo + +clean: + rm freezo