diff options
-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 |