summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBodo Tasche <bodo@wannawork.de>2016-10-30 14:10:40 +0100
committerBodo Tasche <bodo@wannawork.de>2016-10-30 18:06:58 +0100
commit8f6970c5465d9aa6d002d2f2b7f03ba82ddde9b5 (patch)
treea0427a25756ed518524d8594c57ae030b6dabcdf /.gitignore
parentced83655d9643e804079a4f2a6967536a4f8b981 (diff)
downloadbundler-8f6970c5465d9aa6d002d2f2b7f03ba82ddde9b5.tar.gz
Move man pages to man folder
The gem-man gem searches for the man pages in the man folder. This pr fixes this and also creates correct names for the manpages. A manpage always needs the section number in the filename.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bd5d29dc7b..88730f82cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,8 @@
# output from ronn
/lib/bundler/man/
+man/*
+!man/*.ronn
# rspec failure tracking
.rspec_status