From: Christian Brauner Date: Wed, 30 Mar 2016 08:17:39 +0000 (+0200) Subject: also ingore *.so.* X-Git-Tag: lxc-2.0.0.rc15~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F930%2Fhead;p=thirdparty%2Flxc.git also ingore *.so.* Signed-off-by: Christian Brauner --- diff --git a/.gitignore b/.gitignore index 23fd4effb..626fb8f30 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.lo *.la *.so +*.so.* *.sgml *.conf *~ diff --git a/src/lxc/liblxc.so.1 b/src/lxc/liblxc.so.1 deleted file mode 120000 index 824cc6c5e..000000000 --- a/src/lxc/liblxc.so.1 +++ /dev/null @@ -1 +0,0 @@ -liblxc.so \ No newline at end of file