These are some patches I found while cleaning up the attic. They add a gitignore file, fix for a compiler warning and simplify code in libarptc a bit. Phil Sutter (3): Add .gitignore Eliminate compiler warning about size passed to strncmp() libarptc: Simplify alloc_handle by using calloc() .gitignore | 4 ++++ arptables.c | 3 +-- libarptc/libarptc_incl.c | 11 +++-------- 3 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 .gitignore -- 2.24.0