From f3d37ef44651b92d99df7e55d2bb08f7aee45e4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Carlos=20Falgueras=20Garc=C3=ADa?= Date: Mon, 16 May 2016 14:39:01 +0200 Subject: [PATCH] libnftnl: Add to .gitignore all auto-generated files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It ignores files inside test/ and examples/ except all c code (*.c) and the Makefile.am. Signed-off-by: Carlos Falgueras García Signed-off-by: Pablo Neira Ayuso --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 5fada453..3d6ebf4b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,10 @@ doxygen.cfg # Debian package build temporary files build-stamp + +examples/ +!examples/*.c +!examples/Makefile.am +tests/ +!tests/*.c +!tests/Makefile.am -- 2.47.3