From 65565585ffb94307efa79d5f659f69c33b12ed94 Mon Sep 17 00:00:00 2001 From: Andrew Lambert Date: Thu, 19 Jun 2014 15:14:40 -0700 Subject: [PATCH 1/2] Add REALbasic --- REALbasic.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 REALbasic.gitignore diff --git a/REALbasic.gitignore b/REALbasic.gitignore new file mode 100644 index 00000000..011a6255 --- /dev/null +++ b/REALbasic.gitignore @@ -0,0 +1,9 @@ +#RB & Xojo temp files/folders +Builds* +*.debug +*.debug.app +Debug*.exe +Debug*/Debug*.exe +Debug*/Debug*\ Libs +*.rbuistate +*.obsolete \ No newline at end of file From 8391230157d4e5a0989352d08e73c93f6f94be95 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Mon, 1 Sep 2014 15:05:53 +1000 Subject: [PATCH 2/2] Rename RB to reflect current software naming --- REALbasic.gitignore => Xojo.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename REALbasic.gitignore => Xojo.gitignore (61%) diff --git a/REALbasic.gitignore b/Xojo.gitignore similarity index 61% rename from REALbasic.gitignore rename to Xojo.gitignore index 011a6255..f832c86a 100644 --- a/REALbasic.gitignore +++ b/Xojo.gitignore @@ -1,4 +1,5 @@ -#RB & Xojo temp files/folders +# Xojo (formerly REALbasic and Real Studio) + Builds* *.debug *.debug.app @@ -6,4 +7,4 @@ Debug*.exe Debug*/Debug*.exe Debug*/Debug*\ Libs *.rbuistate -*.obsolete \ No newline at end of file +*.obsolete