Merge pull request #765 from PowerShell/vors/gitignore

Update .gitignore
This commit is contained in:
Andy Schwartzmeyer 2016-04-04 22:31:52 -04:00
commit 3d2be07f20
3 changed files with 23 additions and 3 deletions

12
.gitignore vendored
View file

@ -1,6 +1,14 @@
bin/ bin/
binFull/
build/
obj/ obj/
project.lock.json project.lock.json
*-tests.xml *-tests.xml
# dotnet cli install.ps1 script
install.ps1
# VS auto-generated solution files for project.json solutions
*.xproj
*.xproj.user
# We copy powershell.exe as a content in host dotnet cli projects
*.exe

View file

@ -319,7 +319,7 @@ function Start-DevPSGitHub {
[switch]$ZapDisable, [switch]$ZapDisable,
[string[]]$ArgumentList = '', [string[]]$ArgumentList = '',
[switch]$LoadProfile, [switch]$LoadProfile,
[string]$binDir = "$PSScriptRoot\binFull", [string]$binDir = "$PSScriptRoot\src\Microsoft.PowerShell.ConsoleHost\bin\Debug\net451",
[switch]$NoNewWindow [switch]$NoNewWindow
) )

12
src/powershell-native/.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
ALL_BUILD.vcxproj
ALL_BUILD.vcxproj.filters
CMakeCache.txt
CMakeFiles/
PowerShell.sln
Win32/
ZERO_CHECK.vcxproj
ZERO_CHECK.vcxproj.filters
cmake_install.cmake
powershell.dir/
powershell.vcxproj
powershell.vcxproj.filters