ICU-3 ignore .so* and .a

X-SVN-Rev: 2527
This commit is contained in:
Yves Arrouye 2000-09-27 22:09:32 +00:00
parent 8a04b4bb60
commit 7796b84016
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -172,8 +172,10 @@ icu4c/source/tools/rbdump/Release
icu4c/source/tools/rbdump/pkgdata
icu4c/source/tools/rbdump/tmp
icu4c/source/tools/tmp
icu4c/source/tools/toolutil/*.a
icu4c/source/tools/toolutil/*.d
icu4c/source/tools/toolutil/*.pdb
icu4c/source/tools/toolutil/*.so*
icu4c/source/tools/toolutil/Debug
icu4c/source/tools/toolutil/Makefile
icu4c/source/tools/toolutil/Release

View File

@ -5,3 +5,6 @@ Makefile
*.d
*.pdb
pkgdata
*.so*
*.a