e5e287b31d
- Add files produced by cmake in powershell-native to it's own gitignore - Add files that VS creates to the root-level gitignore - Add .exe files that are content to the root-level gitignore
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
bin/
|
|
obj/
|
|
project.lock.json
|
|
*-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
|