More gitignore tweaks.

The old system didn't work with projectile.
This commit is contained in:
John MacFarlane 2022-01-07 11:33:48 -08:00
parent 45e2e0d018
commit ee1fdc17d9

16
.gitignore vendored
View file

@ -1,4 +1,12 @@
* /*.*
/build-artifacts*
/dist-newstyle
/dist
/.stack-work
/ctags
/LOG
/TAGS
/bench-*
!.circleci/** !.circleci/**
!.editorconfig !.editorconfig
!.gitattributes !.gitattributes
@ -41,3 +49,9 @@
!trypandoc/** !trypandoc/**
!windows/** !windows/**
*.bkp *.bkp
*.orig
*.o
*.hi
*.dyn_o
*.dyn_hi
*~