From: nasm-bot f. H. P. A. <hp...@li...> - 2016-02-18 06:09:19
|
Commit-ID: 9e1d691e82ea702d79a0e44e8a2cbf2c31dde164 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=9e1d691e82ea702d79a0e44e8a2cbf2c31dde164 Author: H. Peter Anvin <hp...@li...> AuthorDate: Wed, 17 Feb 2016 22:04:45 -0800 Committer: H. Peter Anvin <hp...@li...> CommitDate: Wed, 17 Feb 2016 22:06:20 -0800 gitignore: properly ignore generated man pages Fix the .gitignore files so man pages are correctly ignored. Signed-off-by: H. Peter Anvin <hp...@li...> --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1fb29c2..e68956c 100644 --- a/.gitignore +++ b/.gitignore @@ -46,9 +46,8 @@ TAGS /insnsn.c /macros.c /nasm -/nasm.man /ndisasm -/ndisasm.man +/*.1 /pptok.c /pptok.h /pptok.ph |