aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-09-27 18:01:34 -0700
committerJohn MacFarlane <[email protected]>2022-09-27 18:01:34 -0700
commitb5bf559766c1ac6297c0560a1dfe02e1056ac15b (patch)
treeed620f7542056aefabaff10e49033876bd073f29 /.gitignore
parent21bf9ae88502c8eaa22e08f1532d4db846c96be1 (diff)
Makefile: add weeder target.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ed4d2b58f..f099e845e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
!.circleci/**
!.editorconfig
!.gitattributes
+!.github/**
!.gitignore
!.hlint.yaml
!.mailmap
@@ -34,6 +35,7 @@
!release.nix
!shell.nix
!stack.yaml
+!weeder.dhall
!app/**
!benchmark/**
!citeproc/**
@@ -42,6 +44,8 @@
!linux/**
!macos/**
!man/**
+!pandoc-server/**
+!pandoc-cli/**
!src/**
!test/**
!tools/**