Results 2 issues of Eugene

[The `.atomignore` file like this](http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files) doesn't work, because once project root has been hidden, `_fUnhideParents` would not unhide it. The ignore rules must not apply to project root. This is...

bug
enhancement

B2 fails to find static library (zlib) when I change `runtime-link=static` to `runtime-link=shared`: ``` $ ls /path/to/include/x64-debug zconf.h zlib.h $ ls /path/to/lib/x64-debug libz.a $ ./b2 -n --reconfigure --debug-configure --with-iostreams -s...