mirror of https://github.com/docker/docs.git
Merge pull request #13868 from jfrazelle/update-gitignore-man
update gitignore for new manpages
This commit is contained in:
commit
ad9080a87c
|
@ -30,5 +30,8 @@ docs/_build
|
||||||
docs/_static
|
docs/_static
|
||||||
docs/_templates
|
docs/_templates
|
||||||
docs/changed-files
|
docs/changed-files
|
||||||
|
# generated by man/man/md2man-all.sh
|
||||||
|
man/man1
|
||||||
|
man/man5
|
||||||
pyenv
|
pyenv
|
||||||
vendor/pkg/
|
vendor/pkg/
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
# generated by man/man/md2man-all.sh
|
|
||||||
man1/
|
|
||||||
man5/
|
|
||||||
# avoid commiting the awsconfig file used for releases
|
# avoid commiting the awsconfig file used for releases
|
||||||
awsconfig
|
awsconfig
|
||||||
|
|
Loading…
Reference in New Issue