pandoc/.gitignore

43 lines
489 B
Text
Raw Normal View History

*
!.circleci/*
!.editorconfig
!.gitattributes
!.github/*
!.gitignore
!.hlint.yaml
!.mailmap
!.stylish-haskell.yaml
!AUTHORS.md
!BUGS
!CONTRIBUTING.md
!COPYING.md
!COPYRIGHT
!INSTALL.md
2016-07-20 14:12:57 +02:00
!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/*