From 2c239ba233f3e51feb99c836f397188cefdd22f8 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 27 Apr 2014 18:08:05 +0100 Subject: [PATCH] build: Added other VC6 output files to the .gitignore list --- projects/Windows/VC6/lib/.gitignore | 1 + projects/Windows/VC6/src/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/projects/Windows/VC6/lib/.gitignore b/projects/Windows/VC6/lib/.gitignore index cdfeb2a..0d67995 100644 --- a/projects/Windows/VC6/lib/.gitignore +++ b/projects/Windows/VC6/lib/.gitignore @@ -2,3 +2,4 @@ /*.html /*.ncb /*.opt +/*.plg diff --git a/projects/Windows/VC6/src/.gitignore b/projects/Windows/VC6/src/.gitignore index cdfeb2a..0d67995 100644 --- a/projects/Windows/VC6/src/.gitignore +++ b/projects/Windows/VC6/src/.gitignore @@ -2,3 +2,4 @@ /*.html /*.ncb /*.opt +/*.plg -- 2.7.4