Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,15 @@ Src/InnoSetup/x64/Debug
Src/InnoSetup/x64/Release
Src/ZipFile/Debug
Src/ZipFile/Release
Src/ZipFile/x64/Debug
Src/ZipFile/x64/Release
/.vs/beebem-windows latest/v16/.suo
/.vs/beebem-windows latest/v16/Browse.VC.db
/.vs/ProjectSettings.json
/.vs/slnx.sqlite
/.vs/VSWorkspaceState.json
/Src/ZipFile/x64/Debug/ZipFile.tlog/ZipFile.lastbuildstate
/Src/ZipFile/x64/Debug/ZipFile.exe.recipe
/Src/ZipFile/x64/Debug/ZipFile.log
/Src/ZipFile/x64/Release/ZipFile.tlog/ZipFile.lastbuildstate
/Src/ZipFile/x64/Release/ZipFile.exe.recipe
/Src/ZipFile/x64/Release/ZipFile.log
/UserData
Loading