diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-21 01:25:06 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-21 01:25:06 -0500 |
commit | 81871eaa82bd0ca1c4a3ea8781bd8bf095073fd0 (patch) | |
tree | 2fd574392fdc3cdc1d80f1a184a16193fe43daf3 | |
parent | 3b69f134671e60eb5de0ca895177064294b6eb78 (diff) | |
download | monitoring-plugins-81871eaa82bd0ca1c4a3ea8781bd8bf095073fd0.tar.gz |
Accidentally included built executables - also updated .gitignore
-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | lib/tests/test_opts1 | bin | 34139 -> 0 bytes | |||
-rwxr-xr-x | lib/tests/test_opts2 | bin | 35227 -> 0 bytes |
3 files changed, 2 insertions, 1 deletions
@@ -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 Binary files differdeleted file mode 100755 index cab0f2a0..00000000 --- a/lib/tests/test_opts1 +++ /dev/null diff --git a/lib/tests/test_opts2 b/lib/tests/test_opts2 Binary files differdeleted file mode 100755 index 226fe919..00000000 --- a/lib/tests/test_opts2 +++ /dev/null |