diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-01-02 06:28:13 -0800 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-01-02 06:28:13 -0800 |
commit | aed3ddda2950f00f2e1a884f1b7f31b7c4780ae5 (patch) | |
tree | 22bc686b7fbd4c3b32a52d4a14c00d00b0f55f1d /.gitignore | |
parent | eb4e7d3f6771d5c5fb6d70557c8013f745e72ca4 (diff) | |
parent | 1bdac97af51b77ddcf4934752c2a7d0704c8f7be (diff) | |
download | PrismLauncher-aed3ddda2950f00f2e1a884f1b7f31b7c4780ae5.tar.gz PrismLauncher-aed3ddda2950f00f2e1a884f1b7f31b7c4780ae5.tar.bz2 PrismLauncher-aed3ddda2950f00f2e1a884f1b7f31b7c4780ae5.zip |
Merge pull request #30 from max96at/feature_osx_polish
Fixed buttons on osx and added .DS_Store to the gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,3 +18,5 @@ tags # YouCompleteMe config stuff. .ycm_extra_conf.* +#OSX Stuff +.DS_Store |