aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2025-04-07Add Makefile target `release-checkist`.John MacFarlane
Make RELEASE-CHECKLIST.org into RELEASE-CHECKLIST-TEMPLATE.org. The makefile target will fill in version numbers in this template.
2025-04-07Make RELEASE-CHECKLIST an org file.John MacFarlane
2023-10-30weeder.dhall -> weeder.tomlJohn MacFarlane
2023-04-28add VIM swap files to .gitignoreMichael Stahl
2023-03-10Add .cirrus.yml.John MacFarlane
2023-03-08Add flake.nix.John MacFarlane
2022-11-10Add CITATION.cff.John MacFarlane
Closes #8434.
2022-11-10.gitignore: ignore .stack-work in subdirectoriesAlbert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3.
2022-09-29Factor out xml-light into an internal library.John MacFarlane
2022-09-27Add hie.yaml for haskell language server.John MacFarlane
2022-09-27Makefile: add weeder target.John MacFarlane
2022-09-27Split benchmarks out of CI into separate action.John MacFarlane
The benchmark action is only run on manual dispatch. Rationale: this action dramatically slows down CI. It is nice to run benchmarks, but we don't need them all the time. We add (non-optimized) testing of benchmark compilation to one of the CI builds.
2022-01-16Add DS_Store to .gitignore.John MacFarlane
2022-01-07More gitignore tweaks.John MacFarlane
The old system didn't work with projectile.
2022-01-07Fix gitignore wildcards to use `**`.John MacFarlane
2022-01-06Modify .gitignore.John MacFarlane
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.
2021-01-15Improve .gitignore.John MacFarlane
2021-01-12Gitignore: add .DS_Store, .origJohn MacFarlane
2020-08-15.gitignore: ignore stack.yaml.lockAlbert Krewinkel
2019-09-22Use HsYAML-0.2.0.0John MacFarlane
Most of this is due to @vijayphoenix (#5704), but it needed some revisions to integrate with current master, and to use the released HsYAML. Closes #5704.
2019-09-21Add cabal.project.local to .gitignoreNikolay Yakimov
2017-02-01Added deb/.vagrant to gitignoreJohn MacFarlane
2016-10-25Added INSTALL.md, incorporating INSTALL + installing page from website.John MacFarlane
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel
2016-01-05Add .stack-work to gitignoreChristian Conkle
The .stack-work directory is analogous to a cabal sandbox; it comprises temporary build artifacts.
2015-03-28Remove pre-built reference filesNikolay Yakimov
2014-04-30gitignore: Ignore cabal's sandbox filesAlbert Krewinkel
2013-08-16Added *~ and *.pyc to .gitignore.John MacFarlane
2013-03-15Add to Git ignores temporary files generate in Windows build.Fyodor Sheremetyev
2011-10-23Revert "Added built man pages to repository."John MacFarlane
This reverts commit eac1fc3750923698db82011b9fda5a0788dfcfea.
2011-10-23Added built man pages to repository.John MacFarlane
In general I don't like adding generated content to the repository, but I also want to make it possible to clone the repository and 'cabal install'. THe current system with Setup.hs calling MakeManPage.hs is too fragile.
2011-09-02update gitignoreAntoine Latter
2010-07-19Update .gitignore.Ilya V. Portnov
2008-08-09Include shell scripts themselves in repo, rather than generating from wrappers.fiddlosopher
+ Removed wrappers directory + Removed wrappers Makefile target + Added hsmarkdown, html2markdown, and markdown2pdf git-svn-id: https://pandoc.googlecode.com/svn/trunk@1387 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-07-10Updated .gitignore to exclude README.Debian.fiddlosopher
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1294 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-03-19Added .gitignore.fiddlosopher
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1250 788f1e2b-df1e-0410-8736-df70ead52e1b