pandoc/.gitignore

59 lines
638 B
Text
Raw Permalink Normal View History

/*.*
/build-artifacts*
/dist-newstyle
/dist
/.stack-work
/ctags
/LOG
/TAGS
/bench-*
2022-01-07 19:16:06 +01:00
!.circleci/**
!.editorconfig
!.gitattributes
2022-01-07 19:16:06 +01:00
!.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
2022-01-07 19:16:06 +01:00
!app/**
!benchmark/**
!citeproc/**
!data/**
!doc/**
!linux/**
!macos/**
!man/**
!src/**
!test/**
!tools/**
!trypandoc/**
!windows/**
*.bkp
*.orig
*.o
*.hi
*.dyn_o
*.dyn_hi
*~
2022-01-16 21:10:43 +01:00
.DS_Store