adapted .gitignore

This commit is contained in:
2025-08-07 21:47:16 +02:00
parent c8091a136d
commit f5545b166a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
*.o
*.user
*.pro.*
build/

View File

@@ -164,12 +164,12 @@ int main( int argc, char** argv )
wait_loop();
/*
QApplication application( argc, argv );
QtGPIOMain window;
window.show();
return application.exec();
*/
}