From f3d37ef44651b92d99df7e55d2bb08f7aee45e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Falgueras=20Garc=C3=ADa?= Date: Mon, 16 May 2016 14:39:01 +0200 Subject: libnftnl: Add to .gitignore all auto-generated files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5fada45..3d6ebf4 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 -- cgit v1.2.3