From ee1fdc17d9e10d6ad3c45a72b4febb7a99cc04c9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 7 Jan 2022 11:33:48 -0800 Subject: [PATCH] More gitignore tweaks. The old system didn't work with projectile. --- .gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 81bd5106f..a4252e9db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ -* +/*.* +/build-artifacts* +/dist-newstyle +/dist +/.stack-work +/ctags +/LOG +/TAGS +/bench-* !.circleci/** !.editorconfig !.gitattributes @@ -41,3 +49,9 @@ !trypandoc/** !windows/** *.bkp +*.orig +*.o +*.hi +*.dyn_o +*.dyn_hi +*~