Fredrik Roubert | 0596fae | 2017-04-18 21:34:02 +0200 | [diff] [blame] | 1 | # Copyright (C) 2016 and later: Unicode, Inc. and others. |
| 2 | # License & terms of use: http://www.unicode.org/copyright.html |
| 3 | Makefile |
| 4 | *.o |
| 5 | *.d |
| 6 | bin/ |
| 7 | *.1 |
| 8 | *.8 |
| 9 | *.ao |
| 10 | *.dylib |
| 11 | lib/ |
| 12 | bin64/ |
| 13 | lib64/ |
| 14 | bin32uwp/ |
| 15 | lib32uwp/ |
| 16 | bin64uwp/ |
| 17 | lib64uwp/ |
| 18 | commondata/ |
| 19 | |
| 20 | icudefs.mk |
| 21 | pkgdata.inc |
| 22 | common/svchook.mk |
| 23 | config.log |
| 24 | config.status |
| 25 | config/Makefile.inc |
| 26 | config/icu-config |
| 27 | config/icu*.pc |
| 28 | config/icucross.inc |
| 29 | config/icucross.mk |
| 30 | config/pkgdata.inc |
| 31 | config/pkgdataMakefile |
| 32 | data/build-dir |
| 33 | data/build-local |
| 34 | data/icupkg.inc |
| 35 | data/out/ |
| 36 | data/data/ |
| 37 | data/packagedata |
| 38 | data/pkgdataMakefile |
| 39 | extra/uconv/pkgdata.inc |
| 40 | extra/uconv/pkgdataMakefile |
| 41 | extra/uconv/uconvmsg/ |
| 42 | samples/cal/icucal |
| 43 | samples/date/icudate |
| 44 | stubdata/libicudata.so* |
| 45 | test/testdata/pkgdataMakefile |
| 46 | tools/ctestfw/libicutest.so* |
| 47 | tools/gentest/gentest |
| 48 | tools/icuinfo/icuinfo |
| 49 | *.lib |
| 50 | *.dll |
| 51 | *.exp |
| 52 | /source/common/svchook.mk |
| 53 | /source/config/Makefile.inc |
| 54 | /source/config/icu-config |
| 55 | /source/config/icu-i18n.pc |
| 56 | /source/config/icu-io.pc |
| 57 | /source/config/icu-uc.pc |
| 58 | /source/config/icu.pc |
| 59 | /source/config/icucross.inc |
| 60 | /source/config/icucross.mk |
Fredrik Roubert | 57b72de | 2018-06-21 14:29:02 +0200 | [diff] [blame^] | 61 | /source/config/icuinfo.xml |
Fredrik Roubert | 0596fae | 2017-04-18 21:34:02 +0200 | [diff] [blame] | 62 | /source/config/pkgdataMakefile |
| 63 | /source/data/build-dir |
| 64 | /source/data/build-local |
| 65 | /source/data/icupkg.inc |
| 66 | /source/data/out/ |
| 67 | /source/data/packagedata |
| 68 | /source/data/pkgdataMakefile |
| 69 | /source/extra/uconv/pkgdataMakefile |
| 70 | /source/extra/uconv/uconvmsg/ |
| 71 | /source/samples/cal/icucal |
| 72 | /source/samples/date/icudate |
| 73 | /source/test/cintltst/cintltst |
| 74 | /source/test/intltest/intltest |
| 75 | /source/test/iotest/iotest |
| 76 | /source/test/testdata/out/ |
| 77 | /source/test/testdata/pkgdataMakefile |
Fredrik Roubert | 57b72de | 2018-06-21 14:29:02 +0200 | [diff] [blame^] | 78 | /source/tools/escapesrc/output-*.cpp |
Fredrik Roubert | 0596fae | 2017-04-18 21:34:02 +0200 | [diff] [blame] | 79 | /source/tools/gentest/gentest |
| 80 | /source/tools/icuinfo/icuinfo |
| 81 | |
| 82 | *.ncb |
| 83 | *.opt |
| 84 | *.suo |
| 85 | *.sdf |
| 86 | *.opensdf |
| 87 | ipch |
| 88 | .vs |
| 89 | Debug |
| 90 | *.db |
| 91 | *.opendb |
Fredrik Roubert | 57b72de | 2018-06-21 14:29:02 +0200 | [diff] [blame^] | 92 | *.so |
| 93 | *.so.* |