From 14aac4b4ddf928fdedbf405c0ffb0b614d1a0f2d Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Tue, 28 Jan 2014 20:46:23 +0200 Subject: [PATCH] VS2010 build: move windows config.h gitignore rule to winbuild/.gitignore --- .gitignore | 2 -- winbuild/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2b002d98..ce23abd8 100644 --- a/.gitignore +++ b/.gitignore @@ -45,5 +45,3 @@ lib/warn-on-use.h mkinstalldirs *.swp - -!winbuild/dist/include/config.h \ No newline at end of file diff --git a/winbuild/.gitignore b/winbuild/.gitignore index cfd6a4d2..6d7eea6d 100644 --- a/winbuild/.gitignore +++ b/winbuild/.gitignore @@ -66,3 +66,6 @@ packages/ #Test files *.testsettings + +#Config +!dist/include/config.h \ No newline at end of file