diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-03 08:53:08 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-03 08:53:08 -0500 |
commit | 8d6f3fff24860c7bfdb443f8a734984ca1c83db2 (patch) | |
tree | 8de23068976816ef349f741421afa8f1d2ef1859 | |
parent | 71afa388906bf29dcd937aa92b65a97c8b320f60 (diff) | |
parent | 76920d2759370ad5496663cd4c2713e21f0267e2 (diff) |
Merge pull request #295 from christophgysin/lib
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 |