commit | 876720593b4cd1420b67de20b2114feb612d787e | [log] [tgz] |
---|---|---|
author | Dirk Ziegelmeier <dirk@ziegelmeier.net> | Tue Dec 20 14:25:46 2016 +0100 |
committer | Dirk Ziegelmeier <dirk@ziegelmeier.net> | Tue Dec 20 14:25:46 2016 +0100 |
tree | 0139814c9cad3054551faf12001319a7346c8b99 | |
parent | dd96c71253f337a8dc9b956792f549308af38d02 [diff] |
Update .gitignore once more for fuzz test
diff --git a/.gitignore b/.gitignore index 2aa3170..cb0ed53 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