diff options
| author | Paweł Jastrzębski <[email protected]> | 2013-10-29 15:36:17 +0100 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2013-10-29 15:36:17 +0100 |
| commit | 6095eb98c4ae4b4c4803ad5a301852c81954b4e4 (patch) | |
| tree | 0f29ff9a7ad3d60cedf2b416ec4cc945d9f9a37a /.gitignore | |
| parent | Added content server multithreading (diff) | |
| download | kcc-6095eb98c4ae4b4c4803ad5a301852c81954b4e4.tar.gz kcc-6095eb98c4ae4b4c4803ad5a301852c81954b4e4.tar.bz2 kcc-6095eb98c4ae4b4c4803ad5a301852c81954b4e4.zip | |
Added Inno Setup script to create hybrid 32/64bit Windows installer
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 14d4c97..dbd5a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,9 @@ .idea build dist +Output kindlegen* +UnRAR* +7za* .DS_Store Thumbs.db -/UnRAR.exe -/7za.exe |