From: Quanah Gibson-Mount Date: Thu, 30 Jun 2022 19:38:14 +0000 (+0000) Subject: Update .gitignore for 2.5 and later X-Git-Tag: OPENLDAP_REL_ENG_2_5_13~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52fe7f1a8cdc675cf33e54d14b1746ee345d6e82;p=thirdparty%2Fopenldap.git Update .gitignore for 2.5 and later Ignore generated libl*/*.pc files Ignore testavl binary Ignore lloadd generated Makefiles Ignore slapd-watcher binary --- diff --git a/.gitignore b/.gitignore index 0f8b363cb4..fe47cb97c8 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,8 @@ Makefile /include/ldap_features.h /include/portable.h libraries/libl*/*test +libraries/libl*/*.pc +libraries/libldap/testavl libraries/liblunicode/ucdata.c libraries/liblunicode/ucdata.h libraries/liblunicode/ucgendat @@ -97,6 +99,8 @@ servers/slapd/slappasswd servers/slapd/slapschema servers/slapd/slaptest servers/lloadd/lloadd +servers/lloadd/Makefile.module +servers/lloadd/Makefile.server tests/progs/ldif-filter tests/progs/slapd-addel tests/progs/slapd-bind @@ -106,6 +110,7 @@ tests/progs/slapd-mtread tests/progs/slapd-read tests/progs/slapd-search tests/progs/slapd-tester +tests/progs/slapd-watcher tests/schema tests/testdata tests/testrun