mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
[master] update gitignore files; use rev-parse to get srcid
This commit is contained in:
parent
6f12058975
commit
a4e76a630e
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,9 +4,9 @@ config.h
|
|||||||
config.cache
|
config.cache
|
||||||
config.status
|
config.status
|
||||||
libtool
|
libtool
|
||||||
isc-config.sh
|
/isc-config.sh
|
||||||
configure.lineno
|
/configure.lineno
|
||||||
autom4te.cache
|
autom4te.cache/
|
||||||
*.o
|
*.o
|
||||||
*.lo
|
*.lo
|
||||||
*.so
|
*.so
|
||||||
|
1
bin/confgen/.gitignore
vendored
1
bin/confgen/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
ddns-confgen
|
ddns-confgen
|
||||||
rndc-confgen
|
rndc-confgen
|
||||||
|
tsig-keygen
|
||||||
|
1
bin/delv/.gitignore
vendored
Normal file
1
bin/delv/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/delv
|
6
bin/dig/.gitignore
vendored
6
bin/dig/.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
dig
|
/dig
|
||||||
host
|
/host
|
||||||
nslookup
|
/nslookup
|
||||||
.libs
|
.libs
|
||||||
dig-symtbl.c
|
dig-symtbl.c
|
||||||
host-symtbl.c
|
host-symtbl.c
|
||||||
|
4
bin/named/.gitignore
vendored
4
bin/named/.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
.libs
|
.libs
|
||||||
named
|
/named
|
||||||
|
/lwresd
|
||||||
named-symtbl.c
|
named-symtbl.c
|
||||||
lwresd
|
|
||||||
|
1
bin/named/include/.gitignore
vendored
1
bin/named/include/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
|
!config.h
|
||||||
!named
|
!named
|
||||||
|
4
bin/pkcs11/.gitignore
vendored
Normal file
4
bin/pkcs11/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pkcs11-destroy
|
||||||
|
pkcs11-keygen
|
||||||
|
pkcs11-list
|
||||||
|
pkcs11-tokens
|
4
bin/rndc/.gitignore
vendored
4
bin/rndc/.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
.libs
|
.libs
|
||||||
rndc
|
/rndc
|
||||||
rndc-confgen
|
/rndc-confgen
|
||||||
|
13
bin/tests/pkcs11/.gitignore
vendored
Normal file
13
bin/tests/pkcs11/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
create
|
||||||
|
find
|
||||||
|
genrsa
|
||||||
|
login
|
||||||
|
privrsa
|
||||||
|
pubrsa
|
||||||
|
random
|
||||||
|
session
|
||||||
|
sha1
|
||||||
|
sign
|
||||||
|
verify
|
||||||
|
pkcs11-hmacmd5
|
||||||
|
pkcs11-md5sum
|
1
bin/tests/system/dsdigest/.gitignore
vendored
1
bin/tests/system/dsdigest/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
prereq.sh
|
|
1
bin/tests/system/ecdsa/.gitignore
vendored
1
bin/tests/system/ecdsa/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
prereq.sh
|
|
5
bin/tests/system/filter-aaaa/.gitignore
vendored
5
bin/tests/system/filter-aaaa/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
filter-aaaa
|
filter-aaaa
|
||||||
named1.conf
|
named.conf
|
||||||
named2.conf
|
named.memstats
|
||||||
|
named.run
|
||||||
|
1
bin/tests/system/gost/.gitignore
vendored
1
bin/tests/system/gost/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
prereq.sh
|
|
1
bin/tests/system/ixfr/ns3/.gitignore
vendored
1
bin/tests/system/ixfr/ns3/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
named.conf
|
|
1
bin/tests/system/ixfr/ns4/.gitignore
vendored
1
bin/tests/system/ixfr/ns4/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
named.conf
|
|
1
bin/tools/.gitignore
vendored
1
bin/tools/.gitignore
vendored
@ -2,4 +2,5 @@ arpaname
|
|||||||
genrandom
|
genrandom
|
||||||
isc-hmac-fixup
|
isc-hmac-fixup
|
||||||
named-journalprint
|
named-journalprint
|
||||||
|
named-rrchecker
|
||||||
nsec3hash
|
nsec3hash
|
||||||
|
@ -4088,7 +4088,7 @@ if test -f "${srcdir}/srcid"; then
|
|||||||
. "${srcdir}/srcid"
|
. "${srcdir}/srcid"
|
||||||
BIND9_SRCID="SRCID=$SRCID"
|
BIND9_SRCID="SRCID=$SRCID"
|
||||||
elif test -d "${srcdir}/.git"; then
|
elif test -d "${srcdir}/.git"; then
|
||||||
BIND9_SRCID="SRCID="`(cd "${srcdir}";git log -n 1 --format=%h)`
|
BIND9_SRCID="SRCID="`(cd "${srcdir}";git rev-parse --short HEAD)`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_SUBST(BIND9_SRCID)
|
AC_SUBST(BIND9_SRCID)
|
||||||
|
1
contrib/dlz/.gitignore
vendored
Normal file
1
contrib/dlz/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
!Makefile
|
1
contrib/dlz/bin/.gitignore
vendored
Normal file
1
contrib/dlz/bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
Makefile
|
10
contrib/idn/idnkit-1.0-src/.gitignore
vendored
Normal file
10
contrib/idn/idnkit-1.0-src/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
idn.conf.sample
|
||||||
|
idnalias.conf.sample
|
||||||
|
idn.conf.5
|
||||||
|
idnalias.conf.5
|
||||||
|
idnrc.5
|
||||||
|
libidnkit.3
|
||||||
|
libidnkitlite.3
|
||||||
|
/idnconv
|
||||||
|
/idnslookup
|
||||||
|
/runidn
|
1
contrib/idn/idnkit-1.0-src/util/.gitignore
vendored
Normal file
1
contrib/idn/idnkit-1.0-src/util/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
!Makefile
|
3
contrib/nslint-3.0a2/.gitignore
vendored
Normal file
3
contrib/nslint-3.0a2/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/gnuc.h
|
||||||
|
/nslint
|
||||||
|
/version.c
|
1
contrib/perftcpdns/.gitignore
vendored
Normal file
1
contrib/perftcpdns/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
perftcpdns
|
1
contrib/queryperf/.gitignore
vendored
Normal file
1
contrib/queryperf/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
queryperf
|
5
contrib/zkt-1.1.2/.gitignore
vendored
Normal file
5
contrib/zkt-1.1.2/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/zkt-conf
|
||||||
|
/zkt-keyman
|
||||||
|
/zkt-ls
|
||||||
|
/zkt-signer
|
||||||
|
/zkt-soaserial
|
@ -94,10 +94,10 @@ $(PROG_CNF): $(OBJ_CNF) $(OBJ_ALL) Makefile
|
|||||||
$(CC) $(LDFLAGS) $(OBJ_CNF) $(OBJ_ALL) -o $(PROG_CNF)
|
$(CC) $(LDFLAGS) $(OBJ_CNF) $(OBJ_ALL) -o $(PROG_CNF)
|
||||||
|
|
||||||
$(PROG_KEY): $(OBJ_KEY) $(OBJ_ALL) Makefile
|
$(PROG_KEY): $(OBJ_KEY) $(OBJ_ALL) Makefile
|
||||||
$(CC) $(LDFLAGS) $(LIBS) $(OBJ_KEY) $(OBJ_ALL) -o $(PROG_KEY)
|
$(CC) $(LDFLAGS) $(OBJ_KEY) $(OBJ_ALL) $(LIBS) -o $(PROG_KEY)
|
||||||
|
|
||||||
$(PROG_LS): $(OBJ_LS) $(OBJ_ALL) Makefile
|
$(PROG_LS): $(OBJ_LS) $(OBJ_ALL) Makefile
|
||||||
$(CC) $(LDFLAGS) $(LIBS) $(OBJ_LS) $(OBJ_ALL) -o $(PROG_LS)
|
$(CC) $(LDFLAGS) $(OBJ_LS) $(OBJ_ALL) $(LIBS) -o $(PROG_LS)
|
||||||
|
|
||||||
$(PROG_SER): $(OBJ_SER) Makefile
|
$(PROG_SER): $(OBJ_SER) Makefile
|
||||||
$(CC) $(LDFLAGS) $(OBJ_SER) -o $(PROG_SER)
|
$(CC) $(LDFLAGS) $(OBJ_SER) -o $(PROG_SER)
|
||||||
|
2
lib/irs/win32/include/irs/.gitignore
vendored
Normal file
2
lib/irs/win32/include/irs/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
!netdb.h
|
||||||
|
!platform.h
|
1
lib/isc/.gitignore
vendored
Normal file
1
lib/isc/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
!netdb.h
|
2
lib/lwres/win32/include/lwres/.gitignore
vendored
Normal file
2
lib/lwres/win32/include/lwres/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
!netdb.h
|
||||||
|
!platform.h
|
1
unit/.gitignore
vendored
1
unit/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
!config.h
|
||||||
Makefile
|
Makefile
|
||||||
atf
|
atf
|
||||||
unittest.sh
|
unittest.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user