diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-02-22 16:33:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-22 08:33:46 -0700 |
| commit | 4c4cb36b4d0a12543c17067fe7349937ca72a0c1 (patch) | |
| tree | a04f69ed043d566ca59f73e49025a387edb2cf6b /.gitignore | |
| parent | 49ab41f0c5e39c9d28b1f1ce14d681748f0c7b3f (diff) | |
add compatibilty for Windows build (#564)
* Add Windows Support
* Modify readme instructions for windows building
* Remove unused files
* Modified extract_assets.py, new_extract_assets.py, and build.py to work on windows
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5870ab2d3..25733828b 100755 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,8 @@ expected/* # Doxygen docs/html/* + +# windows build +mingw64/ +.ash_history +!tools/ido-recomp/*/*
\ No newline at end of file |
