From: Thomas Guyot-Sionnest Date: Wed, 21 Jan 2009 06:25:06 +0000 (-0500) Subject: Accidentally included built executables - also updated .gitignore X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=81871eaa82bd0ca1c4a3ea8781bd8bf095073fd0;p=nagiosplug.git Accidentally included built executables - also updated .gitignore --- diff --git a/.gitignore b/.gitignore index 44bd35b..d094193 100644 --- a/.gitignore +++ b/.gitignore @@ -94,7 +94,8 @@ NP-VERSION-FILE /lib/tests/utils_tcp.Po /lib/tests/parse_ini.Po /lib/tests/test_ini -/lib/tests/test_opts +/lib/tests/test_opts1 +/lib/tests/test_opts2 /lib/tests/extra_opts.Po # /m4/ diff --git a/lib/tests/test_opts1 b/lib/tests/test_opts1 deleted file mode 100755 index cab0f2a..0000000 Binary files a/lib/tests/test_opts1 and /dev/null differ diff --git a/lib/tests/test_opts2 b/lib/tests/test_opts2 deleted file mode 100755 index 226fe91..0000000 Binary files a/lib/tests/test_opts2 and /dev/null differ