pandoc/.gitignore
John MacFarlane de400e5ce5 Modify .gitignore.
The new approach is to whitelist directories and
files we want in the repository. This way 'git status'
will not flood output with untracked files.
2022-01-06 11:11:22 -08:00

42 lines
489 B
Text

*
!.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/*