diff options
author | Marvin Borner | 2020-09-26 16:29:49 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-26 16:29:49 +0200 |
commit | cac7c352a1ece2744de42128a9c69df16f05d26a (patch) | |
tree | 667d9b817f77df30468c63af735de0790f59acac /.gitignore | |
parent | 038722e045684a1a04f0fd6a51da2a6ea9dc9bb5 (diff) |
Very simple icmp ping handling
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ compile_commands.json *.o *.elf *.bin +*.log +*.pcap .clangd/ build/ |