mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 18:59:59 -04:00
[v9_9] update gitignore files; use rev-parse to get srcid
(cherry picked from commita4e76a630e) (cherry picked from commita71b8efb04)
This commit is contained in:
parent
5acd698854
commit
8e1242e852
22 changed files with 47 additions and 16 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -4,9 +4,9 @@ config.h
|
|||
config.cache
|
||||
config.status
|
||||
libtool
|
||||
isc-config.sh
|
||||
configure.lineno
|
||||
autom4te.cache
|
||||
/isc-config.sh
|
||||
/configure.lineno
|
||||
autom4te.cache/
|
||||
*.o
|
||||
*.lo
|
||||
*.so
|
||||
|
|
|
|||
6
bin/dig/.gitignore
vendored
6
bin/dig/.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
|||
dig
|
||||
host
|
||||
nslookup
|
||||
/dig
|
||||
/host
|
||||
/nslookup
|
||||
.libs
|
||||
dig-symtbl.c
|
||||
host-symtbl.c
|
||||
|
|
|
|||
3
bin/named/.gitignore
vendored
3
bin/named/.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
.libs
|
||||
/named
|
||||
/lwresd
|
||||
named-symtbl.c
|
||||
lwresd
|
||||
|
|
|
|||
2
bin/named/include/.gitignore
vendored
Normal file
2
bin/named/include/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
!config.h
|
||||
!named
|
||||
3
bin/pkcs11/.gitignore
vendored
Normal file
3
bin/pkcs11/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pkcs11-destroy
|
||||
pkcs11-keygen
|
||||
pkcs11-list
|
||||
4
bin/rndc/.gitignore
vendored
4
bin/rndc/.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
.libs
|
||||
rndc
|
||||
rndc-confgen
|
||||
/rndc
|
||||
/rndc-confgen
|
||||
|
|
|
|||
4
bin/tests/system/filter-aaaa/.gitignore
vendored
4
bin/tests/system/filter-aaaa/.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
filter-aaaa
|
||||
named1.conf
|
||||
named2.conf
|
||||
named.memstats
|
||||
named.run
|
||||
|
|
|
|||
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
|
||||
|
|
@ -3456,7 +3456,7 @@ if test -f "${srcdir}/srcid"; then
|
|||
. "${srcdir}/srcid"
|
||||
BIND9_SRCID="SRCID=$SRCID"
|
||||
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
|
||||
|
||||
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-2.1a3/.gitignore
vendored
Normal file
3
contrib/nslint-2.1a3/.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/.gitignore
vendored
Normal file
5
contrib/zkt/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/zkt-conf
|
||||
/zkt-keyman
|
||||
/zkt-ls
|
||||
/zkt-signer
|
||||
/zkt-soaserial
|
||||
|
|
@ -100,13 +100,13 @@ $(PROG_CNF): $(OBJ_CNF) $(OBJ_ALL) Makefile
|
|||
$(CC) $(LDFLAGS) $(OBJ_CNF) $(OBJ_ALL) -o $(PROG_CNF)
|
||||
|
||||
$(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_ZKT): $(OBJ_ZKT) $(OBJ_ALL) Makefile
|
||||
$(CC) $(LDFLAGS) $(LIBS) $(OBJ_ZKT) $(OBJ_ALL) -o $(PROG_ZKT)
|
||||
|
||||
$(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
|
||||
$(CC) $(LDFLAGS) $(OBJ_SER) -o $(PROG_SER)
|
||||
|
|
|
|||
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
|
||||
atf
|
||||
unittest.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue