pandoc/.gitignore
2022-01-16 12:11:03 -08:00

58 lines
638 B
Text

/*.*
/build-artifacts*
/dist-newstyle
/dist
/.stack-work
/ctags
/LOG
/TAGS
/bench-*
!.circleci/**
!.editorconfig
!.gitattributes
!.github/**
!.gitignore
!.hlint.yaml
!.mailmap
!.stylish-haskell.yaml
!AUTHORS.md
!BUGS
!CONTRIBUTING.md
!COPYING.md
!COPYRIGHT
!INSTALL.md
!MANUAL.txt
!Makefile
!README.md
!README.template
!RELEASE-CHECKLIST
!SECURITY.md
!Setup.hs
!cabal.project
!changelog.md
!default.nix
!pandoc.cabal
!release.nix
!shell.nix
!stack.yaml
!app/**
!benchmark/**
!citeproc/**
!data/**
!doc/**
!linux/**
!macos/**
!man/**
!src/**
!test/**
!tools/**
!trypandoc/**
!windows/**
*.bkp
*.orig
*.o
*.hi
*.dyn_o
*.dyn_hi
*~
.DS_Store