diff options
author | Phil Sutter <phil@nwl.cc> | 2019-11-21 11:59:23 +0100 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2019-11-21 16:47:20 +0100 |
commit | bf11d72b8adb57a76936cea6ac4db942136d053d (patch) | |
tree | dc9a8f914409d8aeccde89679b9447799cd7d68d | |
parent | 28b22d55615447c94c5058e0aacec612ebc27f2a (diff) |
Add .gitignore
Ignore temporary files, created arptables-legacy binary and any present
tags file.
Acked-by: Phil Sutter <phil@nwl.cc>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2ea4a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.a +*.o +/arptables-legacy +/tags |