diff options
author | Tim Parnell <devtimi@users.noreply.github.com> | 2021-02-21 10:14:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 10:14:43 -0500 |
commit | 52f8df58fcd12182d3150fb3487d1fd0e5b8423a (patch) | |
tree | 7cc2083a919386cc6afade073fcccf4cbe382cfd | |
parent | 218a941be92679ce67d0484547e3e142b2f5f6f0 (diff) | |
download | gitignore-52f8df58fcd12182d3150fb3487d1fd0e5b8423a.tar.gz gitignore-52f8df58fcd12182d3150fb3487d1fd0e5b8423a.zip |
Update Xojo.gitignore for changes to .obsolete
Updates the *.obsolete ignore to match datestamped .obsolete items from newer IDE versions.
-rw-r--r-- | Xojo.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xojo.gitignore b/Xojo.gitignore index 1b036dd4..4915783b 100644 --- a/Xojo.gitignore +++ b/Xojo.gitignore @@ -8,4 +8,4 @@ Debug*/Debug*.exe Debug*/Debug*\ Libs *.rbuistate *.xojo_uistate -*.obsolete +*.obsolete* |