diff options
author | Alexey Kutepov <reximkut@gmail.com> | 2024-03-25 20:25:49 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 20:25:49 +0700 |
commit | 2757c3cf458d8b5a7aa3ff965242339d46d86836 (patch) | |
tree | 8271926aa3963c8ad7aa13cbd61708ab695e50ec /.gitignore | |
parent | 9fa0728f721988fb482566237733784a1c2f67d1 (diff) | |
parent | 438d3771c0738690f25ead1dceacc22a688d23eb (diff) |
Merge pull request #13 from Eropi4/macos-build
Add macos (unified) build script
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,4 +5,8 @@ eepers.exe test test.exe *.swp -*.res
\ No newline at end of file +*.res +eepers.app + +.idea +.DS_Store
\ No newline at end of file |