mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 20:00:00 -04:00
update cvsignore files
This commit is contained in:
parent
760a6c5ac1
commit
2e46523695
7 changed files with 18 additions and 3 deletions
|
|
@ -1 +1,4 @@
|
|||
Makefile
|
||||
code.h
|
||||
gen
|
||||
timestamp
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
Makefile
|
||||
enumclass.h
|
||||
enumtype.h
|
||||
rdatastruct.h
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
timestamp
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
timestamp
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
|
||||
# $Id: Makefile.in,v 1.4 2009/09/03 20:28:46 each Exp $
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
srcdir = @top_srcdir@/lib/isc
|
||||
|
|
@ -59,7 +59,7 @@ WIN32OBJS = win32/condition.@O@ win32/dir.@O@ win32/file.@O@ \
|
|||
|
||||
# Alphabetically
|
||||
OBJS = @ISC_EXTRA_OBJS@ \
|
||||
assertions.@O@ base32.@O@ \
|
||||
assertions.@O@ backtrace.@O@ backtrace-emptytbl.@O@ base32.@O@ \
|
||||
base64.@O@ buffer.@O@ bufferlist.@O@ \
|
||||
error.@O@ event.@O@ \
|
||||
hash.@O@ hex.@O@ hmacmd5.@O@ hmacsha.@O@ \
|
||||
|
|
@ -82,7 +82,7 @@ APISRCS = app_api.c mem_api.c socket_api.c \
|
|||
ISCDRIVERSRCS = mem.c task.c lib.c timer.c heap.c
|
||||
|
||||
SRCS = @ISC_EXTRA_SRCS@ \
|
||||
assertions.c base32.c \
|
||||
assertions.c backtrace.c backtrace-emptytbl.c base32.c \
|
||||
base64.c buffer.c bufferlist.c \
|
||||
error.c event.c \
|
||||
hash.c hex.c hmacmd5.c hmacsha.c \
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
timestamp
|
||||
|
|
|
|||
|
|
@ -1,2 +1,8 @@
|
|||
Makefile
|
||||
Makefile-postinstall
|
||||
nsprobe
|
||||
sample
|
||||
sample-async
|
||||
sample-gai
|
||||
sample-request
|
||||
sample-update
|
||||
|
|
|
|||
Loading…
Reference in a new issue