From f03c5f4c0b3febc37c7a4629bdad3b0f77ca19fb Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 30 Mar 2016 23:00:50 -0700 Subject: [PATCH] Ignore all libraries in host --- src/Microsoft.PowerShell.Linux.Host/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.Linux.Host/.gitignore b/src/Microsoft.PowerShell.Linux.Host/.gitignore index aa00c4e67..e7842a07d 100644 --- a/src/Microsoft.PowerShell.Linux.Host/.gitignore +++ b/src/Microsoft.PowerShell.Linux.Host/.gitignore @@ -1 +1,3 @@ -*.a \ No newline at end of file +*.a +*.so +*.dylib \ No newline at end of file