Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-11-25 19:43:36 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-08 00:17:50 +0300
commit53ad517b70888a22e75132072051e5be4ff4d637 (patch)
tree8eff856dec8c4ef42200989e90f1fcb3e9753328 /msvc/.gitignore
parent75c7aac4484245ed47465fbe4d43d98c53623e7a (diff)
[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.
Diffstat (limited to 'msvc/.gitignore')
-rw-r--r--msvc/.gitignore3
1 files changed, 2 insertions, 1 deletions
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