citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit ffde5b2644733b4fc06669b9ecac25e11a3d5a4e
parent 7e00e1afdcdfc15522211e513a3f42c1a31a6fbf
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon, 21 Mar 2016 21:39:27 -0600

gitignore: add osx dylib stuff

Diffstat:
M.gitignore | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,8 +1,9 @@ .depend *.o -*.so +*.so* +*.dylib +*.So *.a *.swp scv_instrument -libscv.so.0.0 scv_viewer