You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .gitignore file that arrives with mbed has lib in its list. Our mbed platform has a set of files, in a tree that is provided to us, with a sub-directory named lib ('cos those files are considered part of a library). So this is a real pain for us: git entirely ignores changes in somewhat important files. Is it really necessary to have lib in the list?