From c1aa5ab8cdab19670e60ac24e7b904c2bcc2a384 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 12 Jun 2023 11:50:50 -0400
Subject: [PATCH] let me `nix-thunk pack` more easily

cannot re-pack a thunk with unknown files in it
these files are known and are not meant to be committed
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1cea4f2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+cabal.project.local
+.direnv
+.pre-commit-config.yaml
+*~
-- 
GitLab