diff options
author | Griffin Smith <root@gws.fyi> | 2019-09-07T18·51-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-09-07T18·52-0400 |
commit | e01cf9b0565eaa9c09e19f66331a2010aea908cb (patch) | |
tree | d5602f675c0bcc6ccaa4197da7a38d8398f03da6 | |
parent | f03ad6bbd60b6ccdd329fc6740bcea2b554980dd (diff) |
gitignore debug.log
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a2f7e636e565..bc711a24701c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,8 +22,12 @@ cabal.project.local~ .HTF/ .ghc.environment.* + # from nix-build result # grr *_flymake.hs + +# app-specific +debug.log |