mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-393 add .cvsignore files
X-SVN-Rev: 1770
This commit is contained in:
parent
eb54a4e0de
commit
4ffaa06fd0
12 changed files with 156 additions and 0 deletions
78
.gitignore
vendored
Normal file
78
.gitignore
vendored
Normal file
|
@ -0,0 +1,78 @@
|
|||
icu4c/source/tools/*.d
|
||||
icu4c/source/tools/*.pdb
|
||||
icu4c/source/tools/Debug
|
||||
icu4c/source/tools/Makefile
|
||||
icu4c/source/tools/Release
|
||||
icu4c/source/tools/ctestfw/*.d
|
||||
icu4c/source/tools/ctestfw/*.pdb
|
||||
icu4c/source/tools/ctestfw/Debug
|
||||
icu4c/source/tools/ctestfw/Makefile
|
||||
icu4c/source/tools/ctestfw/Release
|
||||
icu4c/source/tools/ctestfw/pkgdata
|
||||
icu4c/source/tools/ctestfw/tmp
|
||||
icu4c/source/tools/gencmn/*.d
|
||||
icu4c/source/tools/gencmn/*.pdb
|
||||
icu4c/source/tools/gencmn/Debug
|
||||
icu4c/source/tools/gencmn/Makefile
|
||||
icu4c/source/tools/gencmn/Release
|
||||
icu4c/source/tools/gencmn/pkgdata
|
||||
icu4c/source/tools/gencmn/tmp
|
||||
icu4c/source/tools/gencnval/*.d
|
||||
icu4c/source/tools/gencnval/*.pdb
|
||||
icu4c/source/tools/gencnval/Debug
|
||||
icu4c/source/tools/gencnval/Makefile
|
||||
icu4c/source/tools/gencnval/Release
|
||||
icu4c/source/tools/gencnval/pkgdata
|
||||
icu4c/source/tools/gencnval/tmp
|
||||
icu4c/source/tools/genrb/*.d
|
||||
icu4c/source/tools/genrb/*.pdb
|
||||
icu4c/source/tools/genrb/Debug
|
||||
icu4c/source/tools/genrb/Makefile
|
||||
icu4c/source/tools/genrb/Release
|
||||
icu4c/source/tools/genrb/pkgdata
|
||||
icu4c/source/tools/genrb/tmp
|
||||
icu4c/source/tools/gentest/*.d
|
||||
icu4c/source/tools/gentest/*.pdb
|
||||
icu4c/source/tools/gentest/Debug
|
||||
icu4c/source/tools/gentest/Makefile
|
||||
icu4c/source/tools/gentest/Release
|
||||
icu4c/source/tools/gentest/gentest
|
||||
icu4c/source/tools/gentest/pkgdata
|
||||
icu4c/source/tools/gentest/tmp
|
||||
icu4c/source/tools/gentz/*.d
|
||||
icu4c/source/tools/gentz/*.pdb
|
||||
icu4c/source/tools/gentz/Debug
|
||||
icu4c/source/tools/gentz/Makefile
|
||||
icu4c/source/tools/gentz/Release
|
||||
icu4c/source/tools/gentz/pkgdata
|
||||
icu4c/source/tools/gentz/tmp
|
||||
icu4c/source/tools/icupkg.in
|
||||
icu4c/source/tools/makeconv/*.d
|
||||
icu4c/source/tools/makeconv/*.pdb
|
||||
icu4c/source/tools/makeconv/Debug
|
||||
icu4c/source/tools/makeconv/Makefile
|
||||
icu4c/source/tools/makeconv/Release
|
||||
icu4c/source/tools/makeconv/pkgdata
|
||||
icu4c/source/tools/makeconv/tmp
|
||||
icu4c/source/tools/pkgdata/*.d
|
||||
icu4c/source/tools/pkgdata/*.pdb
|
||||
icu4c/source/tools/pkgdata/Debug
|
||||
icu4c/source/tools/pkgdata/Makefile
|
||||
icu4c/source/tools/pkgdata/Release
|
||||
icu4c/source/tools/pkgdata/pkgdata
|
||||
icu4c/source/tools/pkgdata/tmp
|
||||
icu4c/source/tools/rbdump/*.d
|
||||
icu4c/source/tools/rbdump/*.pdb
|
||||
icu4c/source/tools/rbdump/Debug
|
||||
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/toolutil/*.d
|
||||
icu4c/source/tools/toolutil/*.pdb
|
||||
icu4c/source/tools/toolutil/Debug
|
||||
icu4c/source/tools/toolutil/Makefile
|
||||
icu4c/source/tools/toolutil/Release
|
||||
icu4c/source/tools/toolutil/pkgdata
|
||||
icu4c/source/tools/toolutil/tmp
|
7
icu4c/source/tools/.cvsignore
Normal file
7
icu4c/source/tools/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
icupkg.in
|
7
icu4c/source/tools/ctestfw/.cvsignore
Normal file
7
icu4c/source/tools/ctestfw/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
7
icu4c/source/tools/gencmn/.cvsignore
Normal file
7
icu4c/source/tools/gencmn/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
7
icu4c/source/tools/gencnval/.cvsignore
Normal file
7
icu4c/source/tools/gencnval/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
7
icu4c/source/tools/genrb/.cvsignore
Normal file
7
icu4c/source/tools/genrb/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
8
icu4c/source/tools/gentest/.cvsignore
Normal file
8
icu4c/source/tools/gentest/.cvsignore
Normal file
|
@ -0,0 +1,8 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
||||
gentest
|
7
icu4c/source/tools/gentz/.cvsignore
Normal file
7
icu4c/source/tools/gentz/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
7
icu4c/source/tools/makeconv/.cvsignore
Normal file
7
icu4c/source/tools/makeconv/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
7
icu4c/source/tools/pkgdata/.cvsignore
Normal file
7
icu4c/source/tools/pkgdata/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
7
icu4c/source/tools/rbdump/.cvsignore
Normal file
7
icu4c/source/tools/rbdump/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
7
icu4c/source/tools/toolutil/.cvsignore
Normal file
7
icu4c/source/tools/toolutil/.cvsignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
tmp
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.d
|
||||
*.pdb
|
||||
pkgdata
|
Loading…
Add table
Reference in a new issue