mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
build-sys: update .gitignore files
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
07b4eaa480
commit
707eafa670
2 changed files with 17 additions and 6 deletions
1
build-aux/.gitignore
vendored
1
build-aux/.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
/ar-lib
|
||||
/compile
|
||||
/config.guess
|
||||
/config.rpath
|
||||
/config.sub
|
||||
/depcomp
|
||||
/install-sh
|
||||
|
|
|
|||
22
lib/.gitignore
vendored
22
lib/.gitignore
vendored
|
|
@ -1,5 +1,3 @@
|
|||
/*.lo
|
||||
/.libs/
|
||||
/alloca.h
|
||||
/alloca.in.h
|
||||
/arg-nonnull.h
|
||||
|
|
@ -62,6 +60,7 @@
|
|||
/getprogname.c
|
||||
/getprogname.h
|
||||
/gettext.h
|
||||
/glthread/*
|
||||
/hard-locale.c
|
||||
/hard-locale.h
|
||||
/inet_pton.c
|
||||
|
|
@ -73,8 +72,10 @@
|
|||
/itold.c
|
||||
/libc-config.h
|
||||
/libdhcpd_pools.la
|
||||
/.libs/
|
||||
/limits.h
|
||||
/limits.in.h
|
||||
/*.lo
|
||||
/localcharset.c
|
||||
/localcharset.h
|
||||
/localtime-buffer.c
|
||||
|
|
@ -136,14 +137,14 @@
|
|||
/strstr.c
|
||||
/strtod.c
|
||||
/str-two-way.h
|
||||
/sys/socket.h
|
||||
/sys/stat.h
|
||||
/sys/types.h
|
||||
/sys/uio.h
|
||||
/sys_socket.c
|
||||
/sys/socket.h
|
||||
/sys_socket.in.h
|
||||
/sys/stat.h
|
||||
/sys_stat.in.h
|
||||
/sys/types.h
|
||||
/sys_types.in.h
|
||||
/sys/uio.h
|
||||
/sys_uio.in.h
|
||||
/timegm.c
|
||||
/time.h
|
||||
|
|
@ -164,6 +165,15 @@
|
|||
/wctype.h
|
||||
/wctype-h.c
|
||||
/wctype.in.h
|
||||
/windows-initguard.h
|
||||
/windows-mutex.c
|
||||
/windows-mutex.h
|
||||
/windows-once.c
|
||||
/windows-once.h
|
||||
/windows-recmutex.c
|
||||
/windows-recmutex.h
|
||||
/windows-rwlock.c
|
||||
/windows-rwlock.h
|
||||
/xalloc-die.c
|
||||
/xalloc.h
|
||||
/xalloc-oversized.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue