2
0
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:
Evan Hunt 2014-06-17 13:42:32 -07:00
parent 6f12058975
commit a4e76a630e
30 changed files with 66 additions and 20 deletions

6
.gitignore vendored
View File

@ -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

View File

@ -1,2 +1,3 @@
ddns-confgen
rndc-confgen
tsig-keygen

1
bin/delv/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/delv

6
bin/dig/.gitignore vendored
View File

@ -1,6 +1,6 @@
dig
host
nslookup
/dig
/host
/nslookup
.libs
dig-symtbl.c
host-symtbl.c

View File

@ -1,4 +1,4 @@
.libs
named
/named
/lwresd
named-symtbl.c
lwresd

View File

@ -1 +1,2 @@
!config.h
!named

4
bin/pkcs11/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
pkcs11-destroy
pkcs11-keygen
pkcs11-list
pkcs11-tokens

4
bin/rndc/.gitignore vendored
View File

@ -1,3 +1,3 @@
.libs
rndc
rndc-confgen
/rndc
/rndc-confgen

13
bin/tests/pkcs11/.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
create
find
genrsa
login
privrsa
pubrsa
random
session
sha1
sign
verify
pkcs11-hmacmd5
pkcs11-md5sum

View File

@ -1 +0,0 @@
prereq.sh

View File

@ -1 +0,0 @@
prereq.sh

View File

@ -1,3 +1,4 @@
filter-aaaa
named1.conf
named2.conf
named.conf
named.memstats
named.run

View File

@ -1 +0,0 @@
prereq.sh

View File

@ -1 +0,0 @@
named.conf

View File

@ -1 +0,0 @@
named.conf

View File

@ -2,4 +2,5 @@ arpaname
genrandom
isc-hmac-fixup
named-journalprint
named-rrchecker
nsec3hash

View File

@ -4088,7 +4088,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
View File

@ -0,0 +1 @@
!Makefile

1
contrib/dlz/bin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Makefile

10
contrib/idn/idnkit-1.0-src/.gitignore vendored Normal file
View 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

View File

@ -0,0 +1 @@
!Makefile

3
contrib/nslint-3.0a2/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/gnuc.h
/nslint
/version.c

1
contrib/perftcpdns/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
perftcpdns

1
contrib/queryperf/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
queryperf

5
contrib/zkt-1.1.2/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/zkt-conf
/zkt-keyman
/zkt-ls
/zkt-signer
/zkt-soaserial

View File

@ -94,10 +94,10 @@ $(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_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)

2
lib/irs/win32/include/irs/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
!netdb.h
!platform.h

1
lib/isc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!netdb.h

View File

@ -0,0 +1,2 @@
!netdb.h
!platform.h

1
unit/.gitignore vendored
View File

@ -1,3 +1,4 @@
!config.h
Makefile
atf
unittest.sh