diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-03 19:32:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-03 19:32:36 +0300 |
commit | c803f8620ed375ff6a3eba48856ba643e027c02c (patch) | |
tree | 44198880590e28bbcf98964ea8ac97b4256df7ff /.gitignore | |
parent | f961dec19aae9d5fe5f81c522e619e1c82bcd83b (diff) |
patch for .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 1e93de7b0a..ad1c8f71d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -#Visual Studio files +# Visual Studio files Debug/ Debug64/ Release/ @@ -12,9 +12,13 @@ ipch/ *.suo *.user *.aps +*.opensdf -#Keep predefined Miranda solutions +# Keep predefined Miranda solutions !/bin*/*.sln +/bin*/my.sln -#Miranda files +# Miranda files include/m_version.h +export.cmd +vsbuild.cmd |