From: Mukund Sivaraman Date: Tue, 9 Oct 2012 05:05:21 +0000 (+0530) Subject: [master] Update .gitignore files X-Git-Tag: trac2402_base^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5aa58dabb47c1ef51890bee7da070c6a567f69;p=thirdparty%2Fkea.git [master] Update .gitignore files --- diff --git a/src/lib/dhcp/tests/.gitignore b/src/lib/dhcp/tests/.gitignore index 313429df03..89ea50522c 100644 --- a/src/lib/dhcp/tests/.gitignore +++ b/src/lib/dhcp/tests/.gitignore @@ -1 +1,2 @@ /libdhcp++_unittests +/libdhcpsrv_unittests diff --git a/src/lib/util/threads/tests/.gitignore b/src/lib/util/threads/tests/.gitignore new file mode 100644 index 0000000000..d6d1ec87a1 --- /dev/null +++ b/src/lib/util/threads/tests/.gitignore @@ -0,0 +1 @@ +/run_unittests diff --git a/tests/tools/perfdhcp/templates/.gitignore b/tests/tools/perfdhcp/templates/.gitignore new file mode 100644 index 0000000000..6f865da85b --- /dev/null +++ b/tests/tools/perfdhcp/templates/.gitignore @@ -0,0 +1,5 @@ +/test1.hex +/test2.hex +/test3.hex +/test4.hex +/test5.hex