From e7ea89928fb11ca882fcb2f3b805eed3ea04147e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 15 Jan 2021 22:41:39 -0800 Subject: Improve .gitignore. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d29af79e3..13864c5a2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,10 @@ man/man?/*.html *.o *.hi *.pyc +.hie/ +.policeman-evidence/ +.projectile/ +.vscode/ /COPYING.rtf /COPYRIGHT.txt /cabal-dev/ @@ -28,3 +32,4 @@ data/reference.odt /stack.yaml.lock cabal.project.local /dist-newstyle/ +pandoc-2*/ -- cgit v1.2.3