From 3fba360579b9556570f0f716489704852ebd8648 Mon Sep 17 00:00:00 2001 From: kake26 Date: Wed, 30 Apr 2025 11:49:52 -0500 Subject: [PATCH] Remove test files and update windsurf rules for GTK3 migration --- .windsurfrules | 7 ++----- test.txt | 1 - test2.txt | 3 --- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100755 test.txt delete mode 100755 test2.txt diff --git a/.windsurfrules b/.windsurfrules index 99352f1..f9578bf 100755 --- a/.windsurfrules +++ b/.windsurfrules @@ -1,6 +1,3 @@ 1. This application is written in Perl -2. It uses the TK module to provide GUI -3. If this needs to be tested use /usr/bin/perl -4. We are converting it from TK to GTK3 -5. Old TK code is in kpad.old.pl -6. New code goes into kpad.pl \ No newline at end of file +2. It uses the GTK3 module to provide GUI +3. If this needs to be tested use /usr/bin/perl \ No newline at end of file diff --git a/test.txt b/test.txt deleted file mode 100755 index a7fbfc0..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -moo \ No newline at end of file diff --git a/test2.txt b/test2.txt deleted file mode 100755 index 5e0cedc..0000000 --- a/test2.txt +++ /dev/null @@ -1,3 +0,0 @@ -moo beer -moo beer -moo beer beef \ No newline at end of file