found reason for 0.0.0.0 IPs in logs: IcmpPingers are created without IP but register...
[pingcheck] / .gitignore
1 # cmake out-of-source build directory
2 build
3
4 # eclipse IDE project files and directories
5 Debug
6 .cproject
7 .project
8 .directory
9
10 # uml cache files
11 *.vpp~*
12
13 # version control (CVS, SVN, GIT)
14 .cvs
15 .svn