diff options
author | Carl Suster <carl@contraflo.ws> | 2014-09-01 15:05:53 +1000 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-09-01 15:05:53 +1000 |
commit | 8391230157d4e5a0989352d08e73c93f6f94be95 (patch) | |
tree | 45384d66506001890d9b05b5b6ee8baa7629333e | |
parent | 65565585ffb94307efa79d5f659f69c33b12ed94 (diff) | |
download | gitignore-8391230157d4e5a0989352d08e73c93f6f94be95.tar.gz gitignore-8391230157d4e5a0989352d08e73c93f6f94be95.zip |
Rename RB to reflect current software naming
-rw-r--r-- | Xojo.gitignore (renamed from REALbasic.gitignore) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/REALbasic.gitignore b/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 |