pandoc/.gitignore
2023-10-30 17:40:29 -07:00

70 lines
793 B
Text

/*.*
/build-artifacts*
/dist-newstyle
/dist
/ctags
/LOG
/TAGS
/bench-*
!.circleci/**
!.cirrus.yml
!.envrc
!.editorconfig
!.gitattributes
!.github/**
!.gitignore
!.hlint.yaml
!.mailmap
!.stylish-haskell.yaml
!AUTHORS.md
!BUGS
!CITATION.cff
!CONTRIBUTING.md
!COPYING.md
!COPYRIGHT
!INSTALL.md
!MANUAL.txt
!Makefile
!README.md
!README.template
!RELEASE-CHECKLIST
!SECURITY.md
!Setup.hs
!cabal.project
!changelog.md
!pandoc.cabal
!hie.yaml
!flake.nix
!flake.lock
!default.nix
!release.nix
!shell.nix
!stack.yaml
!weeder.toml
!app/**
!benchmark/**
!citeproc/**
!data/**
!doc/**
!linux/**
!macos/**
!man/**
!pandoc-lua-engine/**
!pandoc-server/**
!pandoc-cli/**
!src/**
!test/**
!tools/**
!trypandoc/**
!xml-light/**
!windows/**
*.bkp
*.orig
*.o
*.hi
*.dyn_o
*.dyn_hi
*~
.*sw?
.DS_Store
.stack-work