ICU-393 ignore tmp*

X-SVN-Rev: 2747
This commit is contained in:
Yves Arrouye 2000-10-20 05:24:08 +00:00
parent 4ced898120
commit 3c235155d3
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -192,7 +192,7 @@ icu4c/source/tools/rbdump/Makefile
icu4c/source/tools/rbdump/Release
icu4c/source/tools/rbdump/pkgdata
icu4c/source/tools/rbdump/tmp
icu4c/source/tools/tmp
icu4c/source/tools/tmp*
icu4c/source/tools/toolutil/*.d
icu4c/source/tools/toolutil/*.pdb
icu4c/source/tools/toolutil/Debug

View File

@ -1,4 +1,4 @@
tmp
tmp*
Debug
Release
Makefile

View File

@ -26,10 +26,12 @@ sbindir = @sbindir@
datadir = @datadir@
libdir = @libdir@
includedir = @includedir@
sysconfdir = @sysconfdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkgsysconfdir = $(sysconfdir)/@PACKAGE@
## Build directory information
top_builddir = ..
@ -159,7 +161,8 @@ DATAFILES=$(DATAFILESD) $(DATAFILESC) $(DATAFILESB) $(DATAFILESR)
CLEANFILES = *~ $(BRK_FILES)
install-udata: install-pkgdata
$(INSTALL_DATA) $(top_srcdir)/../data/convrtrs.txt $(DESTDIR)$(pkgdatadir)/$(VERSION)
$(MKINSTALLDIRS) $(DESTDIR)$(pkgsysconfdir)
$(INSTALL_DATA) $(top_srcdir)/../data/convrtrs.txt $(DESTDIR)$(pkgsysconfdir)
install-local: all-local install-udata