From e45498046a3cc6f9e60abe936140647b77771559 Mon Sep 17 00:00:00 2001 From: Jacalz Date: Thu, 14 Sep 2023 10:37:51 +0200 Subject: [PATCH] Make the .gitignore file more robust --- .gitignore | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 0d45726cae..a03d7f0813 100644 --- a/.gitignore +++ b/.gitignore @@ -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