diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-22 15:52:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-22 15:52:38 -0700 |
commit | 199489c12c69a3a0b55671edfa7d980b43489777 (patch) | |
tree | 06668631d2d61395eb18ecf3b48a5927df692e67 /.gitignore | |
parent | 27762affe3edd13ccb62a5450166b28fe73d15e6 (diff) | |
parent | 28246889042d88f31490548e94b22a5436372ea8 (diff) | |
download | pandoc-199489c12c69a3a0b55671edfa7d980b43489777.tar.gz |
Merge pull request #3033 from tarleb/github-readme
PoC: GitHub-optimized README
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9b7630a4c..0e2686c83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *~ dist/* -README.* -!README.Debian +MANUAL.* +!MANUAL.txt INSTALL.* .configure-stamp .cabal-sandbox |