diff options
author | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-03 15:49:23 +0200 |
---|---|---|
committer | Christoph Gysin <christoph.gysin@gmail.com> | 2015-12-03 15:52:21 +0200 |
commit | 76920d2759370ad5496663cd4c2713e21f0267e2 (patch) | |
tree | 8de23068976816ef349f741421afa8f1d2ef1859 | |
parent | 71afa388906bf29dcd937aa92b65a97c8b320f60 (diff) |
remove archive from git, add *.a to gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | common/libsway-common.a | bin | 59254 -> 0 bytes | |||
-rw-r--r-- | protocols/libsway-protocols.a | bin | 31798 -> 0 bytes | |||
-rw-r--r-- | wayland/libsway-wayland.a | bin | 70060 -> 0 bytes |
4 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ cmake_install.cmake install_manifest.txt *.swp *.o +*.a bin/ test/ build/ diff --git a/common/libsway-common.a b/common/libsway-common.a Binary files differdeleted file mode 100644 index 22267800..00000000 --- a/common/libsway-common.a +++ /dev/null diff --git a/protocols/libsway-protocols.a b/protocols/libsway-protocols.a Binary files differdeleted file mode 100644 index 284f46c2..00000000 --- a/protocols/libsway-protocols.a +++ /dev/null diff --git a/wayland/libsway-wayland.a b/wayland/libsway-wayland.a Binary files differdeleted file mode 100644 index ac0f682c..00000000 --- a/wayland/libsway-wayland.a +++ /dev/null |