From 876720593b4cd1420b67de20b2114feb612d787e Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 20 Dec 2016 14:25:46 +0100 Subject: [PATCH] Update .gitignore once more for fuzz test --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2aa3170e..cb0ed534 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.o +*.a /doc/doxygen/output/html /src/apps/snmp/LwipMibCompiler/CCodeGeneration/bin/ /src/apps/snmp/LwipMibCompiler/CCodeGeneration/obj/ @@ -12,4 +14,5 @@ /src/apps/snmp/LwipMibCompiler/LwipMibCompiler.userprefs /src/apps/snmp/LwipMibCompiler/*.suo /test/fuzz/output -/test/lwip_fuzz +/test/fuzz/lwip_fuzz +/test/fuzz/.depend