mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-18 21:26:29 -05:00
Update .gitignore for 2.5 and later
Ignore generated libl*/*.pc files Ignore testavl binary Ignore lloadd generated Makefiles Ignore slapd-watcher binary
This commit is contained in:
parent
9162010473
commit
a52db521a5
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue