aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-03 15:49:23 +0200
committerLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-03 15:52:21 +0200
commit76920d2759370ad5496663cd4c2713e21f0267e2 (patch)
tree8de23068976816ef349f741421afa8f1d2ef1859
parentAdd swaylock protocol, add resource destructors (diff)
downloadsway-76920d2759370ad5496663cd4c2713e21f0267e2.tar.gz
sway-76920d2759370ad5496663cd4c2713e21f0267e2.tar.zst
sway-76920d2759370ad5496663cd4c2713e21f0267e2.zip
remove archive from git, add *.a to gitignore
-rw-r--r--.gitignore1
-rw-r--r--common/libsway-common.abin59254 -> 0 bytes
-rw-r--r--protocols/libsway-protocols.abin31798 -> 0 bytes
-rw-r--r--wayland/libsway-wayland.abin70060 -> 0 bytes
4 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f1ac4010..48f8a0cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ cmake_install.cmake
5install_manifest.txt 5install_manifest.txt
6*.swp 6*.swp
7*.o 7*.o
8*.a
8bin/ 9bin/
9test/ 10test/
10build/ 11build/
diff --git a/common/libsway-common.a b/common/libsway-common.a
deleted file mode 100644
index 22267800..00000000
--- a/common/libsway-common.a
+++ /dev/null
Binary files differ
diff --git a/protocols/libsway-protocols.a b/protocols/libsway-protocols.a
deleted file mode 100644
index 284f46c2..00000000
--- a/protocols/libsway-protocols.a
+++ /dev/null
Binary files differ
diff --git a/wayland/libsway-wayland.a b/wayland/libsway-wayland.a
deleted file mode 100644
index ac0f682c..00000000
--- a/wayland/libsway-wayland.a
+++ /dev/null
Binary files differ