Fix gitignore wildcards to use **.

This commit is contained in:
John MacFarlane 2022-01-07 10:16:06 -08:00
parent 90e74c2b76
commit 09f2d8641f

31
.gitignore vendored
View file

@ -1,8 +1,8 @@
*
!.circleci/*
!.circleci/**
!.editorconfig
!.gitattributes
!.github/*
!.github/**
!.gitignore
!.hlint.yaml
!.mailmap
@ -27,16 +27,17 @@
!release.nix
!shell.nix
!stack.yaml
!app/*
!benchmark/*
!citeproc/*
!data/*
!doc/*
!linux/*
!macos/*
!man/*
!src/*
!test/*
!tools/*
!trypandoc/*
!windows/*
!app/**
!benchmark/**
!citeproc/**
!data/**
!doc/**
!linux/**
!macos/**
!man/**
!src/**
!test/**
!tools/**
!trypandoc/**
!windows/**
*.bkp