[lxc-devel] [lxc/master] also ingore *.so.*

brauner on Github lxc-bot at linuxcontainers.org
Wed Mar 30 08:19:55 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160330/4f6689bc/attachment.bin>
-------------- next part --------------
From 1000e4cb5b6c457236e43bf2fa25520c54bccf5e Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at mailbox.org>
Date: Wed, 30 Mar 2016 10:17:39 +0200
Subject: [PATCH] also ingore *.so.*

Signed-off-by: Christian Brauner <christian.brauner at mailbox.org>
---
 .gitignore          | 1 +
 src/lxc/liblxc.so.1 | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 120000 src/lxc/liblxc.so.1

diff --git a/.gitignore b/.gitignore
index 23fd4ef..626fb8f 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 824cc6c..0000000
--- a/src/lxc/liblxc.so.1
+++ /dev/null
@@ -1 +0,0 @@
-liblxc.so
\ No newline at end of file


More information about the lxc-devel mailing list