From: Alexander Köplinger Date: Wed, 25 Nov 2015 16:43:36 +0000 (+0100) Subject: [msvc] Add 'include' directory to .gitignore X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=53ad517b70888a22e75132072051e5be4ff4d637;p=mono.git [msvc] Add 'include' directory to .gitignore Copying of header files to this directory was introduced in 8c455550ab91f88362c01fcbe64208b8772877e8, but we don't want to actually check it in. --- diff --git a/msvc/.gitignore b/msvc/.gitignore index 13fa9cfd9ef..486f7866be2 100644 --- a/msvc/.gitignore +++ b/msvc/.gitignore @@ -6,4 +6,5 @@ /*.opensdf /ipch/ /Win32/ -/x64/ \ No newline at end of file +/x64/ +/include/ \ No newline at end of file