diff options
author | Anton Fedchin <afedchin@ruswizards.com> | 2015-07-01 16:00:26 +0300 |
---|---|---|
committer | Anton Fedchin <afedchin@ruswizards.com> | 2016-02-23 22:20:31 +0300 |
commit | 383c3dd71d0c71555b27a3e70724d8efbe914f6f (patch) | |
tree | 9a06333a3ad190210c7b1dd1498742ccac5b4754 /.gitignore | |
parent | 570232ecb1ee62cfee6b815082dbabc7b53476d3 (diff) |
[win32] Update msys+mingw build system to msys2+mingw-w64.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 53b7bd1c68..09d6daf31c 100644 --- a/.gitignore +++ b/.gitignore @@ -243,7 +243,11 @@ lib/cpluff/stamp-h1 /project/BuildDependencies/downloads2 /project/BuildDependencies/include /project/BuildDependencies/lib -/project/BuildDependencies/msys +/project/BuildDependencies/msys32 +/project/BuildDependencies/msys64 +/project/BuildDependencies/local32 +/project/BuildDependencies/local64 +/project/BuildDependencies/build /project/BuildDependencies/scripts/tmp /project/BuildDependencies/src /project/BuildDependencies/bin/swig |