mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 00:38:08 +02:00
Create and install XlibConf.h to provide external users of Xlibint.h the defines necessary to correctly use the library. Xlibint.h should #include this new file.
Add a bunch of .cvsignore files
This commit is contained in:
parent
30f6ffedea
commit
86fa88dc59
63 changed files with 362 additions and 1 deletions
71
ChangeLog
71
ChangeLog
|
|
@ -1,3 +1,74 @@
|
|||
2005-07-07 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* configure.ac:
|
||||
* include/Makefile.am:
|
||||
* include/X11/XlibConf.h.in:
|
||||
Create and install XlibConf.h to provide external
|
||||
users of Xlibint.h the defines necessary to correctly
|
||||
use the library. Xlibint.h should #include this new
|
||||
file.
|
||||
|
||||
* nls/.cvsignore:
|
||||
* nls/C/.cvsignore:
|
||||
* nls/armscii-8/.cvsignore:
|
||||
* nls/en_US.UTF-8/.cvsignore:
|
||||
* nls/georgian-academy/.cvsignore:
|
||||
* nls/georgian-ps/.cvsignore:
|
||||
* nls/ibm-cp1133/.cvsignore:
|
||||
* nls/iscii-dev/.cvsignore:
|
||||
* nls/isiri-3342/.cvsignore:
|
||||
* nls/iso8859-1/.cvsignore:
|
||||
* nls/iso8859-10/.cvsignore:
|
||||
* nls/iso8859-11/.cvsignore:
|
||||
* nls/iso8859-13/.cvsignore:
|
||||
* nls/iso8859-14/.cvsignore:
|
||||
* nls/iso8859-15/.cvsignore:
|
||||
* nls/iso8859-2/.cvsignore:
|
||||
* nls/iso8859-3/.cvsignore:
|
||||
* nls/iso8859-4/.cvsignore:
|
||||
* nls/iso8859-5/.cvsignore:
|
||||
* nls/iso8859-6/.cvsignore:
|
||||
* nls/iso8859-7/.cvsignore:
|
||||
* nls/iso8859-8/.cvsignore:
|
||||
* nls/iso8859-9/.cvsignore:
|
||||
* nls/iso8859-9e/.cvsignore:
|
||||
* nls/ja.JIS/.cvsignore:
|
||||
* nls/ja.S90/.cvsignore:
|
||||
* nls/ja.SJIS/.cvsignore:
|
||||
* nls/ja.U90/.cvsignore:
|
||||
* nls/ja/.cvsignore:
|
||||
* nls/ja_JP.UTF-8/.cvsignore:
|
||||
* nls/ko/.cvsignore:
|
||||
* nls/ko_KR.UTF-8/.cvsignore:
|
||||
* nls/koi8-c/.cvsignore:
|
||||
* nls/koi8-r/.cvsignore:
|
||||
* nls/koi8-u/.cvsignore:
|
||||
* nls/microsoft-cp1251/.cvsignore:
|
||||
* nls/microsoft-cp1255/.cvsignore:
|
||||
* nls/microsoft-cp1256/.cvsignore:
|
||||
* nls/mulelao-1/.cvsignore:
|
||||
* nls/nokhchi-1/.cvsignore:
|
||||
* nls/pt_BR.UTF-8/.cvsignore:
|
||||
* nls/tatar-cyr/.cvsignore:
|
||||
* nls/th_TH.UTF-8/.cvsignore:
|
||||
* nls/th_TH/.cvsignore:
|
||||
* nls/tscii-0/.cvsignore:
|
||||
* nls/vi_VN.tcvn/.cvsignore:
|
||||
* nls/vi_VN.viscii/.cvsignore:
|
||||
* nls/zh_CN.UTF-8/.cvsignore:
|
||||
* nls/zh_CN.gb18030/.cvsignore:
|
||||
* nls/zh_CN.gbk/.cvsignore:
|
||||
* nls/zh_CN/.cvsignore:
|
||||
* nls/zh_HK.UTF-8/.cvsignore:
|
||||
* nls/zh_HK.big5/.cvsignore:
|
||||
* nls/zh_HK.big5hkscs/.cvsignore:
|
||||
* nls/zh_TW.UTF-8/.cvsignore:
|
||||
* nls/zh_TW.big5/.cvsignore:
|
||||
* nls/zh_TW/.cvsignore:
|
||||
* src/.cvsignore:
|
||||
* src/util/.cvsignore:
|
||||
Add a bunch of .cvsignore files
|
||||
|
||||
2005-07-03 Eric Anholt <anholt@FreeBSD.org>
|
||||
|
||||
* nls/*/Makefile.am:
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ AM_INIT_AUTOMAKE([dist-bzip2])
|
|||
AM_MAINTAINER_MODE
|
||||
|
||||
AM_CONFIG_HEADER([src/config.h])
|
||||
AC_CONFIG_HEADER([include/X11/XlibConf.h])
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_LIBTOOL
|
||||
|
|
|
|||
|
|
@ -9,4 +9,8 @@ x11include_HEADERS=\
|
|||
X11/Xutil.h \
|
||||
X11/cursorfont.h \
|
||||
X11/region.h \
|
||||
X11/ImUtil.h
|
||||
X11/ImUtil.h \
|
||||
X11/XlibConf.h
|
||||
|
||||
EXTRA_DIST=\
|
||||
X11/XlibConf.h.in
|
||||
|
|
|
|||
39
include/X11/XlibConf.h.in
Normal file
39
include/X11/XlibConf.h.in
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
* $Id: $
|
||||
*
|
||||
* Copyright © 2005 Keith Packard
|
||||
*
|
||||
* Permission to use, copy, modify, distribute, and sell this software and its
|
||||
* documentation for any purpose is hereby granted without fee, provided that
|
||||
* the above copyright notice appear in all copies and that both that
|
||||
* copyright notice and this permission notice appear in supporting
|
||||
* documentation, and that the name of Keith Packard not be used in
|
||||
* advertising or publicity pertaining to distribution of the software without
|
||||
* specific, written prior permission. Keith Packard makes no
|
||||
* representations about the suitability of this software for any purpose. It
|
||||
* is provided "as is" without express or implied warranty.
|
||||
*
|
||||
* KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||
* EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _XLIBCONF_H_
|
||||
#define _XLIBCONF_H_
|
||||
/*
|
||||
* This header file exports defines necessary to correctly
|
||||
* use Xlibint.h both inside Xlib and by external libraries
|
||||
* such as extensions.
|
||||
*/
|
||||
|
||||
/* Threading support? */
|
||||
#undef XTHREADS
|
||||
|
||||
/* Use multi-threaded libc functions? */
|
||||
#undef XUSE_MTSAFE_API
|
||||
|
||||
#endif /* _XLIBCONF_H_ */
|
||||
6
nls/.cvsignore
Normal file
6
nls/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
compose.dir
|
||||
compose.dir.l1
|
||||
locale.alias
|
||||
locale.alias.l1
|
||||
4
nls/C/.cvsignore
Normal file
4
nls/C/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/armscii-8/.cvsignore
Normal file
4
nls/armscii-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/en_US.UTF-8/.cvsignore
Normal file
4
nls/en_US.UTF-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/georgian-academy/.cvsignore
Normal file
4
nls/georgian-academy/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/georgian-ps/.cvsignore
Normal file
4
nls/georgian-ps/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ibm-cp1133/.cvsignore
Normal file
4
nls/ibm-cp1133/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iscii-dev/.cvsignore
Normal file
4
nls/iscii-dev/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/isiri-3342/.cvsignore
Normal file
4
nls/isiri-3342/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-1/.cvsignore
Normal file
4
nls/iso8859-1/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-10/.cvsignore
Normal file
4
nls/iso8859-10/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-11/.cvsignore
Normal file
4
nls/iso8859-11/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-13/.cvsignore
Normal file
4
nls/iso8859-13/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-14/.cvsignore
Normal file
4
nls/iso8859-14/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-15/.cvsignore
Normal file
4
nls/iso8859-15/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-2/.cvsignore
Normal file
4
nls/iso8859-2/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-3/.cvsignore
Normal file
4
nls/iso8859-3/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-4/.cvsignore
Normal file
4
nls/iso8859-4/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-5/.cvsignore
Normal file
4
nls/iso8859-5/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-6/.cvsignore
Normal file
4
nls/iso8859-6/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-7/.cvsignore
Normal file
4
nls/iso8859-7/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-8/.cvsignore
Normal file
4
nls/iso8859-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-9/.cvsignore
Normal file
4
nls/iso8859-9/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/iso8859-9e/.cvsignore
Normal file
4
nls/iso8859-9e/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ja.JIS/.cvsignore
Normal file
4
nls/ja.JIS/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ja.S90/.cvsignore
Normal file
4
nls/ja.S90/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ja.SJIS/.cvsignore
Normal file
4
nls/ja.SJIS/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ja.U90/.cvsignore
Normal file
4
nls/ja.U90/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ja/.cvsignore
Normal file
4
nls/ja/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ja_JP.UTF-8/.cvsignore
Normal file
4
nls/ja_JP.UTF-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ko/.cvsignore
Normal file
4
nls/ko/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/ko_KR.UTF-8/.cvsignore
Normal file
4
nls/ko_KR.UTF-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/koi8-c/.cvsignore
Normal file
4
nls/koi8-c/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/koi8-r/.cvsignore
Normal file
4
nls/koi8-r/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/koi8-u/.cvsignore
Normal file
4
nls/koi8-u/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/microsoft-cp1251/.cvsignore
Normal file
4
nls/microsoft-cp1251/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/microsoft-cp1255/.cvsignore
Normal file
4
nls/microsoft-cp1255/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/microsoft-cp1256/.cvsignore
Normal file
4
nls/microsoft-cp1256/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/mulelao-1/.cvsignore
Normal file
4
nls/mulelao-1/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/nokhchi-1/.cvsignore
Normal file
4
nls/nokhchi-1/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/pt_BR.UTF-8/.cvsignore
Normal file
4
nls/pt_BR.UTF-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/tatar-cyr/.cvsignore
Normal file
4
nls/tatar-cyr/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/th_TH.UTF-8/.cvsignore
Normal file
4
nls/th_TH.UTF-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/th_TH/.cvsignore
Normal file
4
nls/th_TH/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/tscii-0/.cvsignore
Normal file
4
nls/tscii-0/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/vi_VN.tcvn/.cvsignore
Normal file
4
nls/vi_VN.tcvn/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/vi_VN.viscii/.cvsignore
Normal file
4
nls/vi_VN.viscii/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_CN.UTF-8/.cvsignore
Normal file
4
nls/zh_CN.UTF-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_CN.gb18030/.cvsignore
Normal file
4
nls/zh_CN.gb18030/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_CN.gbk/.cvsignore
Normal file
4
nls/zh_CN.gbk/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_CN/.cvsignore
Normal file
4
nls/zh_CN/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_HK.UTF-8/.cvsignore
Normal file
4
nls/zh_HK.UTF-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_HK.big5/.cvsignore
Normal file
4
nls/zh_HK.big5/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_HK.big5hkscs/.cvsignore
Normal file
4
nls/zh_HK.big5hkscs/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_TW.UTF-8/.cvsignore
Normal file
4
nls/zh_TW.UTF-8/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_TW.big5/.cvsignore
Normal file
4
nls/zh_TW.big5/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
4
nls/zh_TW/.cvsignore
Normal file
4
nls/zh_TW/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Compose
|
||||
Makefile
|
||||
Makefile.in
|
||||
XLC_LOCALE
|
||||
12
src/.cvsignore
Normal file
12
src/.cvsignore
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h
|
||||
config.h.in
|
||||
force
|
||||
ks_tables.h
|
||||
stamp-h1
|
||||
|
||||
4
src/util/.cvsignore
Normal file
4
src/util/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
makekeys
|
||||
Loading…
Add table
Reference in a new issue