Skip to content

Commit

Permalink
Merge pull request #4248 from Jacalz/gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz authored Sep 14, 2023
2 parents 307f928 + e454980 commit 3ee5a3e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
### Project Specific
### Binaries and project specific files
cmd/fyne/fyne
cmd/fyne/fyne.exe
cmd/fyne_demo/fyne_demo
cmd/fyne_demo/fyne_demo.apk
cmd/fyne_demo/fyne-demo.app
cmd/fyne_demo/fyne_demo.exe
cmd/fyne_settings/fyne_settings
cmd/fyne_settings/fyne_settings.apk
cmd/fyne_settings/fyne_settings.app
cmd/fyne_settings/fyne_settings.exe
cmd/hello/hello
cmd/hello/hello.apk
cmd/hello/hello.app
cmd/hello/hello.exe
fyne-cross
*.exe
*.apk
*.app
*.tar.xz
*.zip

### Tests
**/testdata/failed
Expand Down

0 comments on commit 3ee5a3e

Please sign in to comment.