commit 19866da57aa9573995aeee980bd3cee70f10d911 parent 82fadd130e987fa4369a29bd36d5953606e88e17 Author: cnlohr <lohr85@gmail.com> Date: Fri, 27 Sep 2019 01:57:19 -0400 No longer include cnping.exe in source tree (preparing for actual release) Diffstat:
M | .gitignore | | | 1 | + |
D | cnping.exe | | | 0 |
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,4 +1,5 @@ *.o +*.exe cnping cnping-mousey searchnet diff --git a/cnping.exe b/cnping.exe Binary files differ.