citrun

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

commit d5f4672cae53e239fea472038bfde568842e677f
parent 661ba4e7760ab74fdd6dfbe8de21d95d6cb211a0
Author: kyle <kyle@getaddrinfo.net>
Date:   Thu, 29 Oct 2015 02:31:52 -0600

add .gitignore

Diffstat:
A.gitignore | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,4 @@ +.depend +*.o +*.so +*.swp