ICU-1075 Ignore some files created during the build process

X-SVN-Rev: 5496
This commit is contained in:
George Rhoten 2001-08-17 01:19:51 +00:00
parent 9c954f61ed
commit 6fa7ac8ef1
2 changed files with 15 additions and 0 deletions

7
.gitignore vendored
View File

@ -127,6 +127,13 @@ icu4c/source/samples/date/Debug
icu4c/source/samples/date/Makefile
icu4c/source/samples/date/Release
icu4c/source/samples/date/date
icu4c/source/stubdata/*.ao
icu4c/source/stubdata/*.d
icu4c/source/stubdata/*.plg
icu4c/source/stubdata/Debug
icu4c/source/stubdata/Makefile
icu4c/source/stubdata/Release
icu4c/source/stubdata/libicu*.*
icu4c/source/test/Makefile
icu4c/source/test/cintltst/*.d
icu4c/source/test/cintltst/*.plg

View File

@ -0,0 +1,8 @@
*.d
libicu*.*
Debug
Release
Makefile
*.ao
*.plg