From 5fe0b7bdc51d4f317668f92c0cf668c8cc840c22 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Mon, 7 Aug 2023 20:13:55 +0200 Subject: [PATCH] Add .cask directory to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 769ff00..9dfdcfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.elc -/benchmarks/profile.txt \ No newline at end of file +/benchmarks/profile.txt +/.cask \ No newline at end of file