aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 15:58:47 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 21:57:10 +0200
commitaaa0ba27550e261de18b4ce6cae3743e89232279 (patch)
treea9316c226f8218e33967ba284c13ef8365d387d0 /.gitignore
parentf0464acecbb5ef92c436faf990f46fd7fcba126e (diff)
Makefile: Build libweb also as a shared library
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 97946af..e39347a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
*.o
*.a
*.d
+*.so
+*.so.*
examples/hello/hello
examples/html/html