[msvc] Add 'include' directory to .gitignore
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 25 Nov 2015 16:43:36 +0000 (17:43 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 7 Dec 2015 21:17:50 +0000 (22:17 +0100)
Copying of header files to this directory was introduced in 8c455550ab91f88362c01fcbe64208b8772877e8,
but we don't want to actually check it in.

msvc/.gitignore

index 13fa9cfd9ef4a5bf862dab11a461941741707644..486f7866be2d0b45c247cbe011dae9bbe459afc0 100644 (file)
@@ -6,4 +6,5 @@
 /*.opensdf
 /ipch/
 /Win32/
-/x64/
\ No newline at end of file
+/x64/
+/include/
\ No newline at end of file