Fix gitignore wildcards to use **
.
This commit is contained in:
parent
90e74c2b76
commit
09f2d8641f
1 changed files with 16 additions and 15 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue