From 9ab65c76dea7e5dc9c966c5872dfed2e0b3a4f78 Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Tue, 10 Apr 2018 01:10:03 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 79f3aa8a..b6a818e0 100644 --- a/.gitignore +++ b/.gitignore @@ -45,16 +45,19 @@ appendices/meta # Files generated by extraction from spec source man/PFN*.txt man/[Vv][Kk]*.txt +man/apispec.txt +man/logfile # Files otherwise generated by the Makefile specversion.txt +vkapi.py # Output files and directories -out/1.0* -out/misc +out/** +!out/index.html # Files generated by the vulkan.h build -src/spec/diag.txt +xml/diag.txt # OS X folder attributes .DS_Store