2ship2harkinian/.gitignore
Malkierian 1f3ca038a8
PowerShell clang fix (#714)
* Fixes script running in commandline mode by adding System.Net inclusion at the top.
Also adds clang-format.exe to gitignore.

* Change System.Net namespace to System.
2024-06-24 23:42:12 -04:00

70 lines
1.7 KiB
Plaintext

*.zip
*.otr
*.o2r
.DS_Store
.vscode
*.swp
logs
*.nix
2ship2harkinian.json
shipofharkinian.json
*.sav
.envrc
imgui.ini
saves/*
mm/libultraship/extern/Debug/ImGui.lib
mm/libultraship/extern/Debug/StrHash64.lib
mm/libultraship/extern/Debug/tinyxml2.lib
mm/libultraship/extern/ImGui.dir/Debug/ImGui.lib.recipe
mm/libultraship/extern/ImGui.dir/Debug/ImGui.tlog/CL.command.1.tlog
mm/libultraship/extern/ImGui.dir/Debug/ImGui.tlog/CL.read.1.tlog
mm/libultraship/extern/ImGui.dir/Debug/ImGui.tlog/CL.write.1.tlog
mm/libultraship/extern/ImGui.dir/Debug/ImGui.tlog/CustomBuild.command.1.tlog
mm/libultraship/extern/ImGui.dir/Debug/ImGui.tlog/CustomBuild.read.1.tlog
mm/libultraship/extern/ImGui.dir/Debug/ImGui.tlog/CustomBuild.write.1.tlog
mm/libultraship/extern/ImGui.dir/Debug/ImGui.tlog/ImGui.lastbuildstate
mm/libultraship/extern/ImGui.dir/Debug/ImGui.tlog/Lib-link.read.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/CL.command.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/CL.read.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/CL.write.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/CustomBuild.command.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/CustomBuild.read.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/CustomBuild.write.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/Lib-link.read.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/Lib-link.write.1.tlog
mm/libultraship/extern/StrHash64.dir/Debug/StrHash64.tlog/Lib.command.1.tlog
/buildmm
/Debug/libultraship.lib
/Debug
/build*
/Release
.vs/*
/x64
_packages/
/mm/src/boot/build.c
/mm/windows/properties.h
/clang-format.exe