diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2016-07-20 14:12:57 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2016-07-20 21:16:45 +0200 |
commit | a396003a31afd2c3baa9657669cbbb77460e5cf2 (patch) | |
tree | 0c06ecd836fe4ea8fec2ca78094cc9bb5da0feb8 /.gitignore | |
parent | e2d59461bbaa5ff41d41b2f0e430e03c12d8d0fd (diff) | |
download | pandoc-a396003a31afd2c3baa9657669cbbb77460e5cf2.tar.gz |
Rename README to MANUAL.txt
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 |