1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-22 18:41:11 +00:00
rcornwell.sims/cmake/diff-master.ps1
2024-03-12 12:35:07 -04:00

15 lines
375 B
PowerShell

## Make looking at divergence from simh/master easier...
$excludes = @(
"/*CMakeLists.txt",
"/.gitignore",
"/Visual Studio Projects/",
"/build_*.bat",
"/cmake/",
"/PDP8/tests/diags/*.pal",
"/PDP8/tests/diags/*.txt",
"/appveyor.yml"
) | % { "`":!" + $_ + "`"" }
git diff --ignore-space-at-eol simh/master HEAD -- ${excludes}