diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-12-03 15:49:23 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-12-03 15:49:23 +0200 |
| commit | 6f5edf0f87361f8d0d1272d6ce33ff180d085fb9 (patch) | |
| tree | 8de23068976816ef349f741421afa8f1d2ef1859 | |
| parent | 7f89786967bcb24a3702e28fe77653c8caef872a (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 |
