From 577d5ae968d5c87f311b79cd6267f4c7aec27dd7 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Sat, 22 Aug 2015 13:32:54 -0400 Subject: [PATCH] Add gitignore Shamelessly ganked from cabal, with obvious project-related files removed. --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cba063f --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +.cabal-sandbox/ +cabal.sandbox.config +.hpc/ +*.hi +*.o +*.p_hi +*.prof +*.tix +cabal.config +dist +dist-* + +# editor temp files + +*# +.#* +*~ +.*.swp + +# TAGS files +TAGS +tags + +# stack artifacts +/.stack-work/