diff options
author | Guillaume Poirier-Morency <guillaumepoiriermorency@gmail.com> | 2014-09-14 11:54:56 -0400 |
---|---|---|
committer | Guillaume Poirier-Morency <guillaumepoiriermorency@gmail.com> | 2014-09-14 11:54:56 -0400 |
commit | 07ca9ca19c63e4a8071b87f8294b00fa002ec8ae (patch) | |
tree | 11042d7e584acdc380c242333008d61d3a1e7785 | |
parent | 5a339cce0d8ccac36e71b077ef39a55c682d6d91 (diff) | |
download | gitignore-07ca9ca19c63e4a8071b87f8294b00fa002ec8ae.tar.gz gitignore-07ca9ca19c63e4a8071b87f8294b00fa002ec8ae.zip |
Ignores *.xojo_uistate
This is the new file extension for Xojo.
-rw-r--r-- | Xojo.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xojo.gitignore b/Xojo.gitignore index f832c86a..1b036dd4 100644 --- a/Xojo.gitignore +++ b/Xojo.gitignore @@ -7,4 +7,5 @@ Debug*.exe Debug*/Debug*.exe Debug*/Debug*\ Libs *.rbuistate +*.xojo_uistate *.obsolete |