Merged PR 10330: 1809 builds - no haskell, rust on windows
Builds on Windows 1809 containers that limit network connectivity to Restore stage. Add install scripts for Java, Maven, Perl, Ruby. Build C#, Go, Java, Maven, Perl, Python, Ruby.
Windows builds include: C# (msbuild, dotnet cli, VS2017, VS2019), Go, Java, Maven, Node, Perl, Python 3, Ruby, and an Azure DevOps extension.
Remove mention of Haskell and Rust from Windows.
2020-04-23 17:34:23 +03:00
|
|
|
|
|
|
|
# Most of the below is the result of Visual Studio, gradle and VSTest.
|
|
|
|
/**/[Tt]arget/**
|
|
|
|
/**/[Bb]in/**
|
|
|
|
/**/[Oo]bj/**
|
|
|
|
/**/[Oo]utput/**
|
|
|
|
/**/[Tt]est[Rr]esults/**
|
|
|
|
/**/[Pp]kg/**
|
|
|
|
/**/[Pp]ackages/**
|
|
|
|
/**/[Bb]uild/**
|
|
|
|
/**/.[Gg]radle/**
|
|
|
|
/**/[Rr]elease/**
|
|
|
|
/**/[Dd]ebug/**
|
2023-02-07 21:32:19 +03:00
|
|
|
/**/FuzzerDebug/**
|
2023-06-07 18:49:03 +03:00
|
|
|
/**/NativeOnlyDebug/**
|
|
|
|
/**/NativeOnlyRelease/**
|
Merged PR 10330: 1809 builds - no haskell, rust on windows
Builds on Windows 1809 containers that limit network connectivity to Restore stage. Add install scripts for Java, Maven, Perl, Ruby. Build C#, Go, Java, Maven, Perl, Python, Ruby.
Windows builds include: C# (msbuild, dotnet cli, VS2017, VS2019), Go, Java, Maven, Node, Perl, Python 3, Ruby, and an Azure DevOps extension.
Remove mention of Haskell and Rust from Windows.
2020-04-23 17:34:23 +03:00
|
|
|
/**/[Tt]arget/**
|
|
|
|
|
|
|
|
# All kinds of output and temporary files that should not be checked in.
|
|
|
|
/**/*.exe
|
|
|
|
/**/*.dll
|
|
|
|
/**/*.o
|
|
|
|
/**/*.hi
|
|
|
|
/**/*.class
|
|
|
|
/**/*.jar
|
|
|
|
/**/*.war
|
|
|
|
/**/*.beam
|
|
|
|
/**/*.trx
|
|
|
|
/**/*.log
|
2023-02-07 21:32:19 +03:00
|
|
|
/**/*.tlog
|
Merged PR 10330: 1809 builds - no haskell, rust on windows
Builds on Windows 1809 containers that limit network connectivity to Restore stage. Add install scripts for Java, Maven, Perl, Ruby. Build C#, Go, Java, Maven, Perl, Python, Ruby.
Windows builds include: C# (msbuild, dotnet cli, VS2017, VS2019), Go, Java, Maven, Node, Perl, Python 3, Ruby, and an Azure DevOps extension.
Remove mention of Haskell and Rust from Windows.
2020-04-23 17:34:23 +03:00
|
|
|
/**/.vs/
|
|
|
|
/**/*.bak
|
|
|
|
/**/*.suo
|
|
|
|
/**/*.user
|
|
|
|
/**/*.db
|
|
|
|
/**/*.metaproj
|
|
|
|
/**/*.metaproj.tmp
|
|
|
|
/**/*.lock.json
|
|
|
|
/**/*.nupkg
|
2021-01-22 02:57:51 +03:00
|
|
|
/**/*_args.h
|
2021-05-10 18:47:54 +03:00
|
|
|
/**/*_h.h
|
2021-01-22 02:57:51 +03:00
|
|
|
/**/*_t.h
|
|
|
|
/**/*_u.h
|
|
|
|
/**/*_t.c
|
|
|
|
/**/*_u.c
|
2021-05-10 18:47:54 +03:00
|
|
|
/**/*_c.c
|
|
|
|
/**/*_s.c
|
Merged PR 10330: 1809 builds - no haskell, rust on windows
Builds on Windows 1809 containers that limit network connectivity to Restore stage. Add install scripts for Java, Maven, Perl, Ruby. Build C#, Go, Java, Maven, Perl, Python, Ruby.
Windows builds include: C# (msbuild, dotnet cli, VS2017, VS2019), Go, Java, Maven, Node, Perl, Python 3, Ruby, and an Azure DevOps extension.
Remove mention of Haskell and Rust from Windows.
2020-04-23 17:34:23 +03:00
|
|
|
/**/HelloWorld
|
2021-05-12 00:47:19 +03:00
|
|
|
docs/html
|
Merged PR 10330: 1809 builds - no haskell, rust on windows
Builds on Windows 1809 containers that limit network connectivity to Restore stage. Add install scripts for Java, Maven, Perl, Ruby. Build C#, Go, Java, Maven, Perl, Python, Ruby.
Windows builds include: C# (msbuild, dotnet cli, VS2017, VS2019), Go, Java, Maven, Node, Perl, Python 3, Ruby, and an Azure DevOps extension.
Remove mention of Haskell and Rust from Windows.
2020-04-23 17:34:23 +03:00
|
|
|
|
|
|
|
# Generated version files.
|
|
|
|
.version/**/*
|
|
|
|
/**/*/PipelineAssemblyInfo.cs
|
2021-09-18 02:13:14 +03:00
|
|
|
include/git_commit_id.h
|
Merged PR 10330: 1809 builds - no haskell, rust on windows
Builds on Windows 1809 containers that limit network connectivity to Restore stage. Add install scripts for Java, Maven, Perl, Ruby. Build C#, Go, Java, Maven, Perl, Python, Ruby.
Windows builds include: C# (msbuild, dotnet cli, VS2017, VS2019), Go, Java, Maven, Node, Perl, Python 3, Ruby, and an Azure DevOps extension.
Remove mention of Haskell and Rust from Windows.
2020-04-23 17:34:23 +03:00
|
|
|
|
|
|
|
# Visual Studio junk.
|
|
|
|
**/.vs/**/*
|
|
|
|
/**/*/__pycache__/**/*
|
|
|
|
|
|
|
|
# Pipeline generated junk.
|
|
|
|
pipeline.log
|
|
|
|
endortemp/
|
|
|
|
artifacts/
|
2021-06-09 18:44:24 +03:00
|
|
|
|
|
|
|
# Visual Code.
|
|
|
|
**/.vscode/**/*
|