From 5107740603d10feed6104afd75042970cb392843 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Mon, 12 Jan 2015 02:25:39 +0200 Subject: gitignore: Add compiled executables Add following files to ignore list: astraceroute/astraceroute bpfc/bpfc curvetun/curvetun curvetun/abiname flowtop/flowtop ifpps/ifpps mausezahn/mausezahn netsniff-ng/netsniff-ng trafgen/trafgen Signed-off-by: Vadim Kochan Signed-off-by: Daniel Borkmann --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index c9599d7..115e4dc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,17 @@ *.la *.a +# Compiled executables +astraceroute/astraceroute +bpfc/bpfc +curvetun/curvetun +curvetun/abiname +flowtop/flowtop +ifpps/ifpps +mausezahn/mausezahn +netsniff-ng/netsniff-ng +trafgen/trafgen + # cscope/ctags index files cscope* tags -- cgit v1.2.3-54-g00ecf