summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorCarl Smedstad2023-11-19 18:12:16 +0100
committerCarl Smedstad2023-12-05 15:45:20 +0100
commit836423f63aafac8919cc49efd0c9d519f71d5c34 (patch)
treee88c8d83b63a3cef99bf48ddc0891fec4ccc9289 /.gitignore
parentb0453964983c7d3763ecde2544b43f82c96971fd (diff)
downloadaur-836423f63aafac8919cc49efd0c9d519f71d5c34.tar.gz
Publish version 3.6.1-3 - Major refactoring
* Remove vcpkg dependency and dynamically link to system dependencies. This massively reduces the build time as we don't have to build for example curl & zlib from source. * Depend on system Qt instead of bundling it. Brings installed package size down to 30.18 MiB. * Add a check() stage running the googletest suite and a subset of the Go unit test suite. * Set proper LDFLAGS for the Go build. This PKGBUILD passes namcap without any warnings.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 889c61a303b1..0f42ef7242c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*
+!.gitignore
!PKGBUILD
!.SRCINFO
-!*.patch
-!*.desktop
-!*.install
+!protonmail-bridge.desktop
+!remove-vcpkg-dependency.patch