diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-10-14 21:34:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-14 21:34:33 +0200 |
commit | c00f7c73c662f3fd3f25385b04fde45517ae77ed (patch) | |
tree | c400e616db4c436c143d4e6a89febee89be4ab51 | |
parent | 179a6e774e29e9112a347643608015185a272b8a (diff) |
Don't ignore predefined *.sln solutions
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1c43aaa822..1e93de7b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,8 @@ ipch/ *.user *.aps +#Keep predefined Miranda solutions +!/bin*/*.sln + #Miranda files include/m_version.h |