Create .gitignore's.
authorMartin Baulig <martin@novell.com>
Sat, 28 Feb 2009 14:36:50 +0000 (14:36 -0000)
committerMartin Baulig <martin@novell.com>
Sat, 28 Feb 2009 14:36:50 +0000 (14:36 -0000)
svn path=/trunk/mono/; revision=128265

65 files changed:
.gitignore [new file with mode: 0644]
data/.gitignore [new file with mode: 0644]
data/net_1_1/.gitignore [new file with mode: 0644]
data/net_2_0/.gitignore [new file with mode: 0644]
data/net_2_0/Browsers/.gitignore [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/deploy/.gitignore [new file with mode: 0644]
eglib/.gitignore [new file with mode: 0644]
eglib/src/.gitignore [new file with mode: 0644]
eglib/test/.gitignore [new file with mode: 0644]
ikvm-native/.gitignore [new file with mode: 0644]
libgc/.gitignore [new file with mode: 0644]
libgc/doc/.gitignore [new file with mode: 0644]
libgc/include/.gitignore [new file with mode: 0644]
libgc/include/private/.gitignore [new file with mode: 0644]
man/.gitignore [new file with mode: 0644]
mono/.gitignore [new file with mode: 0644]
mono/arch/.gitignore [new file with mode: 0644]
mono/arch/alpha/.gitignore [new file with mode: 0644]
mono/arch/amd64/.gitignore [new file with mode: 0644]
mono/arch/arm/.gitignore [new file with mode: 0644]
mono/arch/hppa/.gitignore [new file with mode: 0644]
mono/arch/ia64/.gitignore [new file with mode: 0644]
mono/arch/mips/.gitignore [new file with mode: 0644]
mono/arch/ppc/.gitignore [new file with mode: 0644]
mono/arch/s390/.gitignore [new file with mode: 0644]
mono/arch/s390x/.gitignore [new file with mode: 0644]
mono/arch/sparc/.gitignore [new file with mode: 0644]
mono/arch/x86/.gitignore [new file with mode: 0644]
mono/benchmark/.gitignore [new file with mode: 0644]
mono/cil/.gitignore [new file with mode: 0644]
mono/dis/.gitignore [new file with mode: 0644]
mono/interpreter/.gitignore [new file with mode: 0644]
mono/io-layer/.gitignore [new file with mode: 0644]
mono/metadata/.gitignore [new file with mode: 0644]
mono/mini/.gitignore [new file with mode: 0644]
mono/monograph/.gitignore [new file with mode: 0644]
mono/os/.gitignore [new file with mode: 0644]
mono/profiler/.gitignore [new file with mode: 0644]
mono/tests/.gitignore [new file with mode: 0644]
mono/tests/assemblyresolve/.gitignore [new file with mode: 0644]
mono/tests/cas/.gitignore [new file with mode: 0644]
mono/tests/cas/assembly/.gitignore [new file with mode: 0644]
mono/tests/cas/demand/.gitignore [new file with mode: 0644]
mono/tests/cas/inheritance/.gitignore [new file with mode: 0644]
mono/tests/cas/linkdemand/.gitignore [new file with mode: 0644]
mono/tests/cas/threads/.gitignore [new file with mode: 0644]
mono/tests/verifier/.gitignore [new file with mode: 0644]
mono/utils/.gitignore [new file with mode: 0644]
mono/wrapper/.gitignore [new file with mode: 0644]
msvc/.gitignore [new file with mode: 0644]
po/mcs/.gitignore [new file with mode: 0644]
runtime/.gitignore [new file with mode: 0644]
samples/.gitignore [new file with mode: 0644]
samples/embed/.gitignore [new file with mode: 0644]
samples/size/.gitignore [new file with mode: 0644]
scripts/.gitignore [new file with mode: 0644]
support/.gitignore [new file with mode: 0644]
tools/.gitignore [new file with mode: 0644]
tools/locale-builder/.gitignore [new file with mode: 0644]
tools/locale-builder/langs/.gitignore [new file with mode: 0644]
tools/locale-builder/locales/.gitignore [new file with mode: 0644]
web/.gitignore [new file with mode: 0644]
web/web/.gitignore [new file with mode: 0644]
web/web/deploy/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e6d4169
--- /dev/null
@@ -0,0 +1,31 @@
+/Makefile
+/Makefile.in
+/_tmpinst
+/aclocal.m4
+/autom4te.cache
+/config.cache
+/config.guess
+/config.h
+/config.h.in
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/libtool
+/ltconfig
+/ltmain.sh
+/mono-*.tar.gz
+/*.pc
+/mono.spec
+/semantic.cache
+/stamp-h
+/stamp-h.in
+/stamp-h1
+/tmpinst-dir.stamp
+/missing
+/compile
+/depcomp
+/install-sh
+/doltlibtool
+/doltcompile
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644 (file)
index 0000000..bf40446
--- /dev/null
@@ -0,0 +1,5 @@
+/Makefile.in
+/Makefile
+/config
+/.cvsignore
+/*.pc
diff --git a/data/net_1_1/.gitignore b/data/net_1_1/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/data/net_2_0/.gitignore b/data/net_2_0/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/data/net_2_0/Browsers/.gitignore b/data/net_2_0/Browsers/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644 (file)
index 0000000..f04d634
--- /dev/null
@@ -0,0 +1,6 @@
+/convert.exe*
+/html
+/Makefile
+/Makefile.in
+/monoapi.tree
+/monoapi.zip
diff --git a/docs/deploy/.gitignore b/docs/deploy/.gitignore
new file mode 100644 (file)
index 0000000..5f23bac
--- /dev/null
@@ -0,0 +1,3 @@
+/.stamp
+/*.html
+/api-style.css
diff --git a/eglib/.gitignore b/eglib/.gitignore
new file mode 100644 (file)
index 0000000..f45297e
--- /dev/null
@@ -0,0 +1,21 @@
+/
+/depcomp
+/config.guess
+/config.sub
+/ltmain.sh
+/eglib-*.tar.gz
+/missing
+/install-sh
+/compile
+/Makefile
+/Makefile.in
+/stamp-h1
+/config.h.in
+/libtool
+/autom4te.cache
+/aclocal.m4
+/config.log
+/configure
+/config.h
+/config.status
+/INSTALL
diff --git a/eglib/src/.gitignore b/eglib/src/.gitignore
new file mode 100644 (file)
index 0000000..53dec78
--- /dev/null
@@ -0,0 +1,6 @@
+/
+/Makefile
+/Makefile.in
+/.libs
+/.deps
+/eglib-config.h
diff --git a/eglib/test/.gitignore b/eglib/test/.gitignore
new file mode 100644 (file)
index 0000000..39e5739
--- /dev/null
@@ -0,0 +1,17 @@
+/
+/Makefile.in
+/configure
+/libtool
+/aclocal.m4
+/Makefile
+/config.h
+/config.h.in
+/config.status
+/stamp-h1
+/autom4te.cache
+/.libs
+/.deps
+/test-glib
+/test-eglib
+/test-glib.exe
+/test-eglib.exe
diff --git a/ikvm-native/.gitignore b/ikvm-native/.gitignore
new file mode 100644 (file)
index 0000000..360e26d
--- /dev/null
@@ -0,0 +1,4 @@
+/Makefile.in
+/.libs
+/.deps
+/Makefile
diff --git a/libgc/.gitignore b/libgc/.gitignore
new file mode 100644 (file)
index 0000000..112b560
--- /dev/null
@@ -0,0 +1,23 @@
+/aclocal.m4
+/config.cache
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/libtool
+/ltmain.sh
+/ltconfig
+/Makefile
+/Makefile.in
+/stamp-h
+/stamp-h.in
+/*.lo
+/.deps
+/.libs
+/*.la
+/autom4te.cache
+/libgc-mono.pc
+/libgc-mono-*.tar.gz
diff --git a/libgc/doc/.gitignore b/libgc/doc/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/libgc/include/.gitignore b/libgc/include/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/libgc/include/private/.gitignore b/libgc/include/private/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/mono/.gitignore b/mono/.gitignore
new file mode 100644 (file)
index 0000000..7480739
--- /dev/null
@@ -0,0 +1,6 @@
+/
+/Makefile
+/Makefile.in
+/semantic.cache
+/TAGS
+/.metadata
diff --git a/mono/arch/.gitignore b/mono/arch/.gitignore
new file mode 100644 (file)
index 0000000..16c9840
--- /dev/null
@@ -0,0 +1,6 @@
+/Makefile
+/Makefile.in
+/.deps
+/.libs
+/*.la
+/*.lo
diff --git a/mono/arch/alpha/.gitignore b/mono/arch/alpha/.gitignore
new file mode 100644 (file)
index 0000000..6abcd22
--- /dev/null
@@ -0,0 +1,4 @@
+/Makefile.in
+/Makefile
+/.deps
+/.cvsignore
diff --git a/mono/arch/amd64/.gitignore b/mono/arch/amd64/.gitignore
new file mode 100644 (file)
index 0000000..6930f61
--- /dev/null
@@ -0,0 +1,4 @@
+/Makefile.in
+/Makefile
+/.deps
+/.libs
diff --git a/mono/arch/arm/.gitignore b/mono/arch/arm/.gitignore
new file mode 100644 (file)
index 0000000..0b0e716
--- /dev/null
@@ -0,0 +1,13 @@
+/Makefile
+/Makefile.in
+/.deps
+/.libs
+/*.o
+/*.la
+/*.lo
+/*.lib
+/*.obj
+/*.exe
+/*.dll
+/arm_dpimacros.h
+/fixeol.sh
diff --git a/mono/arch/hppa/.gitignore b/mono/arch/hppa/.gitignore
new file mode 100644 (file)
index 0000000..dc1ebd2
--- /dev/null
@@ -0,0 +1,3 @@
+/Makefile
+/Makefile.in
+/.deps
diff --git a/mono/arch/ia64/.gitignore b/mono/arch/ia64/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/mono/arch/mips/.gitignore b/mono/arch/mips/.gitignore
new file mode 100644 (file)
index 0000000..13efac7
--- /dev/null
@@ -0,0 +1,6 @@
+/
+/Makefile
+/Makefile.in
+/*.o
+/*.lo
+/.deps
diff --git a/mono/arch/ppc/.gitignore b/mono/arch/ppc/.gitignore
new file mode 100644 (file)
index 0000000..c577ff6
--- /dev/null
@@ -0,0 +1,7 @@
+/Makefile
+/Makefile.in
+/.libs
+/.deps
+/*.la
+/*.lo
+/test
diff --git a/mono/arch/s390/.gitignore b/mono/arch/s390/.gitignore
new file mode 100644 (file)
index 0000000..6abcd22
--- /dev/null
@@ -0,0 +1,4 @@
+/Makefile.in
+/Makefile
+/.deps
+/.cvsignore
diff --git a/mono/arch/s390x/.gitignore b/mono/arch/s390x/.gitignore
new file mode 100644 (file)
index 0000000..341daec
--- /dev/null
@@ -0,0 +1,6 @@
+/Makefile
+/Makefile.in
+/.libs
+/.deps
+/*.la
+/*.lo
diff --git a/mono/arch/sparc/.gitignore b/mono/arch/sparc/.gitignore
new file mode 100644 (file)
index 0000000..dc1ebd2
--- /dev/null
@@ -0,0 +1,3 @@
+/Makefile
+/Makefile.in
+/.deps
diff --git a/mono/arch/x86/.gitignore b/mono/arch/x86/.gitignore
new file mode 100644 (file)
index 0000000..341daec
--- /dev/null
@@ -0,0 +1,6 @@
+/Makefile
+/Makefile.in
+/.libs
+/.deps
+/*.la
+/*.lo
diff --git a/mono/benchmark/.gitignore b/mono/benchmark/.gitignore
new file mode 100644 (file)
index 0000000..68abb27
--- /dev/null
@@ -0,0 +1,5 @@
+/Makefile.in
+/Makefile
+/*.stdout
+/.deps
+/.libs
diff --git a/mono/cil/.gitignore b/mono/cil/.gitignore
new file mode 100644 (file)
index 0000000..f2d0c5b
--- /dev/null
@@ -0,0 +1,3 @@
+/Makefile
+/Makefile.in
+/opcode.def
diff --git a/mono/dis/.gitignore b/mono/dis/.gitignore
new file mode 100644 (file)
index 0000000..6bbad17
--- /dev/null
@@ -0,0 +1,9 @@
+/Makefile
+/Makefile.in
+/.libs
+/.deps
+/monodis
+/*.a
+/semantic.cache
+/.project
+/.cproject
diff --git a/mono/interpreter/.gitignore b/mono/interpreter/.gitignore
new file mode 100644 (file)
index 0000000..873c333
--- /dev/null
@@ -0,0 +1,10 @@
+/Makefile
+/Makefile.in
+/mint
+/*.o
+/.libs
+/.deps
+/interp.lo
+/libmint.la
+/*.lo
+/semantic.cache
diff --git a/mono/io-layer/.gitignore b/mono/io-layer/.gitignore
new file mode 100644 (file)
index 0000000..3a7c8ed
--- /dev/null
@@ -0,0 +1,10 @@
+/semantic.cache
+/.deps
+/.libs
+/Makefile
+/Makefile.in
+/mono-handle-d
+/*.lo
+/*.la
+/.project
+/.cproject
diff --git a/mono/metadata/.gitignore b/mono/metadata/.gitignore
new file mode 100644 (file)
index 0000000..137da66
--- /dev/null
@@ -0,0 +1,12 @@
+/Makefile
+/Makefile.in
+/pedump
+/monosn
+/monodiet
+/.libs
+/.deps
+/*.lo
+/*.la
+/semantic.cache
+/.project
+/.cproject
diff --git a/mono/mini/.gitignore b/mono/mini/.gitignore
new file mode 100644 (file)
index 0000000..6b42b5c
--- /dev/null
@@ -0,0 +1,28 @@
+/Makefile
+/Makefile.in
+/*.o
+/*.exe
+/*.dll
+/*.lo
+/*.loT
+/*.la
+/.libs
+/.deps
+/mini
+/genmdesc
+/inssel.c
+/inssel.h
+/mini.pc
+/cpu-pentium.h
+/cpu-g4.h
+/cpu-amd64.h
+/mono
+/monow
+/cpu-sparc.h
+/cpu-s390.h
+/.hidden
+/semantic.cache
+/.project
+/.cproject
+/iltests.il
+/version.h
diff --git a/mono/monograph/.gitignore b/mono/monograph/.gitignore
new file mode 100644 (file)
index 0000000..5fbeb43
--- /dev/null
@@ -0,0 +1,5 @@
+/.deps
+/.libs
+/Makefile
+/Makefile.in
+/monograph
diff --git a/mono/os/.gitignore b/mono/os/.gitignore
new file mode 100644 (file)
index 0000000..e55de66
--- /dev/null
@@ -0,0 +1,6 @@
+/Makefile
+/Makefile.in
+/util.o
+/.libs
+/*.la
+/semantic.cache
diff --git a/mono/profiler/.gitignore b/mono/profiler/.gitignore
new file mode 100644 (file)
index 0000000..85a9407
--- /dev/null
@@ -0,0 +1,7 @@
+/Makefile.in
+/Makefile
+/.deps
+/.libs
+/mono-cov.lo
+/libmono-profiler-cov.la
+/.cvsignore
diff --git a/mono/tests/.gitignore b/mono/tests/.gitignore
new file mode 100644 (file)
index 0000000..c34233c
--- /dev/null
@@ -0,0 +1,19 @@
+/Makefile.in
+/Makefile
+/*.stdout
+/.deps
+/.libs
+/libtest.la
+/libtest.lo
+/TestDriver.dll
+/0
+/stest.dat
+/semantic.cache
+/*.exe
+/*.stderr
+/*.dll
+/*.mdb
+/modules-m1.netmodule
+/imt_big_iface_test.cs
+/bin
+/page.aspx
diff --git a/mono/tests/assemblyresolve/.gitignore b/mono/tests/assemblyresolve/.gitignore
new file mode 100644 (file)
index 0000000..f8ffdfa
--- /dev/null
@@ -0,0 +1,4 @@
+/deps
+/Makefile
+/Makefile.in
+/test
diff --git a/mono/tests/cas/.gitignore b/mono/tests/cas/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/mono/tests/cas/assembly/.gitignore b/mono/tests/cas/assembly/.gitignore
new file mode 100644 (file)
index 0000000..cf8aa26
--- /dev/null
@@ -0,0 +1,5 @@
+/Makefile.in
+/Makefile
+/*.exe
+/*.mdb
+/*.tmp
diff --git a/mono/tests/cas/demand/.gitignore b/mono/tests/cas/demand/.gitignore
new file mode 100644 (file)
index 0000000..263a09f
--- /dev/null
@@ -0,0 +1,4 @@
+/Makefile.in
+/Makefile
+/*.mdb
+/*.exe
diff --git a/mono/tests/cas/inheritance/.gitignore b/mono/tests/cas/inheritance/.gitignore
new file mode 100644 (file)
index 0000000..6542b5b
--- /dev/null
@@ -0,0 +1,5 @@
+/Makefile
+/Makefile.in
+/*.mdb
+/*.exe
+/*.dll
diff --git a/mono/tests/cas/linkdemand/.gitignore b/mono/tests/cas/linkdemand/.gitignore
new file mode 100644 (file)
index 0000000..7d2317e
--- /dev/null
@@ -0,0 +1,6 @@
+/Makefile
+/Makefile.in
+/*.mdb
+/*.exe
+/*.snk
+/*.dll
diff --git a/mono/tests/cas/threads/.gitignore b/mono/tests/cas/threads/.gitignore
new file mode 100644 (file)
index 0000000..263a09f
--- /dev/null
@@ -0,0 +1,4 @@
+/Makefile.in
+/Makefile
+/*.mdb
+/*.exe
diff --git a/mono/tests/verifier/.gitignore b/mono/tests/verifier/.gitignore
new file mode 100644 (file)
index 0000000..820e964
--- /dev/null
@@ -0,0 +1,7 @@
+/
+/*.exe
+/*.cil
+/compile-stamp
+/generate-stamp
+/*generated.exe
+/*generated.il
diff --git a/mono/utils/.gitignore b/mono/utils/.gitignore
new file mode 100644 (file)
index 0000000..16c9840
--- /dev/null
@@ -0,0 +1,6 @@
+/Makefile
+/Makefile.in
+/.deps
+/.libs
+/*.la
+/*.lo
diff --git a/mono/wrapper/.gitignore b/mono/wrapper/.gitignore
new file mode 100644 (file)
index 0000000..e9b0e3e
--- /dev/null
@@ -0,0 +1,9 @@
+/Makefile
+/Makefile.in
+/.deps
+/.libs
+/wrapper.h
+/*.lo
+/*.la
+/Wrapper.cs
+/libmonowrapper.def
diff --git a/msvc/.gitignore b/msvc/.gitignore
new file mode 100644 (file)
index 0000000..b336cc7
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/Makefile.in
diff --git a/po/mcs/.gitignore b/po/mcs/.gitignore
new file mode 100644 (file)
index 0000000..3388113
--- /dev/null
@@ -0,0 +1,6 @@
+/Makefile
+/POTFILES
+/Makefile.in
+/*.gmo
+/stamp-po
+/remove-potcdate.sed
diff --git a/runtime/.gitignore b/runtime/.gitignore
new file mode 100644 (file)
index 0000000..6a53ed5
--- /dev/null
@@ -0,0 +1,14 @@
+/
+/*.dll
+/etc
+/*.exe*
+/Makefile
+/Makefile.in
+/*.mdb
+/*-wrapper
+/semantic.cache
+/.wapi
+/wrapper-config
+/_tmpinst
+/net_2_0
+/net_1_1
diff --git a/samples/.gitignore b/samples/.gitignore
new file mode 100644 (file)
index 0000000..f27ece2
--- /dev/null
@@ -0,0 +1,3 @@
+/Makefile.in
+/Makefile
+/.cvsignore
diff --git a/samples/embed/.gitignore b/samples/embed/.gitignore
new file mode 100644 (file)
index 0000000..bc7a543
--- /dev/null
@@ -0,0 +1,2 @@
+/teste
+/test.exe
diff --git a/samples/size/.gitignore b/samples/size/.gitignore
new file mode 100644 (file)
index 0000000..78c5494
--- /dev/null
@@ -0,0 +1 @@
+/*.exe
diff --git a/scripts/.gitignore b/scripts/.gitignore
new file mode 100644 (file)
index 0000000..0f80004
--- /dev/null
@@ -0,0 +1,79 @@
+/semantic.cache
+/al
+/al1
+/al2
+/caspol
+/cert2spc
+/certmgr
+/chktrust
+/cilc
+/csharp
+/disco
+/dtd2xsd
+/gacutil
+/gacutil2
+/genxs
+/genxs1
+/genxs2
+/gmcs
+/httpcfg
+/ilasm
+/ilasm1
+/ilasm2
+/installvst
+/macpack
+/makecert
+/Makefile
+/Makefile.in
+/mbas
+/mconfig
+/mcs
+/mcs1
+/mjs
+/mkbundle
+/mkbundle1
+/mkbundle2
+/mdoc
+/mdoc-*
+/mod
+/mono-api-diff
+/mono-api-info
+/mono-api-info1
+/mono-api-info2
+/mono-cil-strip
+/mono-find-provides
+/mono-find-requires
+/mono-nunit.pc
+/monop
+/monop1
+/monop2
+/monolinker
+/monoresgen
+/mono-service
+/mono-service2
+/mono-shlib-cop
+/mono-xmltool
+/mozroots
+/nunit-console
+/nunit-console2
+/permview
+/prj2make
+/resgen
+/resgen1
+/resgen2
+/secutil
+/setreg
+/sgen
+/sgen1
+/signcode
+/smcs
+/sn
+/soapsuds
+/sqlsharp
+/wsdl
+/wsdl2
+/wsdl1
+/xbuild
+/xsd
+/xsd2
+/dtd2rng
diff --git a/support/.gitignore b/support/.gitignore
new file mode 100644 (file)
index 0000000..d1dfacf
--- /dev/null
@@ -0,0 +1,24 @@
+/Makefile.in
+/Makefile
+/.deps
+/.libs
+/libMonoPosixHelper.la
+/macros.lo
+/map.lo
+/dirent.lo
+/errno.lo
+/fcntl.lo
+/grp.lo
+/map.lo
+/old-map.lo
+/pwd.lo
+/stdio.lo
+/stdlib.lo
+/sys-mman.lo
+/sys-mount.lo
+/sys-stat.lo
+/sys-wait.lo
+/time.lo
+/unistd.lo
+/zlib_macros.lo
+/semantic.cache
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644 (file)
index 0000000..9ee6454
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile.in
+/Makefile
diff --git a/tools/locale-builder/.gitignore b/tools/locale-builder/.gitignore
new file mode 100644 (file)
index 0000000..6dff0ce
--- /dev/null
@@ -0,0 +1,7 @@
+/Makefile
+/Makefile.in
+/culture-info-tables.h
+/icu_locales.tar.gz
+/locale-builder.exe
+/locale-builder.exe.mdb
+/icu_langs.tar.gz
diff --git a/tools/locale-builder/langs/.gitignore b/tools/locale-builder/langs/.gitignore
new file mode 100644 (file)
index 0000000..b878e88
--- /dev/null
@@ -0,0 +1 @@
+/*.xml
diff --git a/tools/locale-builder/locales/.gitignore b/tools/locale-builder/locales/.gitignore
new file mode 100644 (file)
index 0000000..b878e88
--- /dev/null
@@ -0,0 +1 @@
+/*.xml
diff --git a/web/.gitignore b/web/.gitignore
new file mode 100644 (file)
index 0000000..139ef7d
--- /dev/null
@@ -0,0 +1,5 @@
+/Makefile.in
+/Makefile
+/all-docs
+/pending-classes.in
+/class-status-*
diff --git a/web/web/.gitignore b/web/web/.gitignore
new file mode 100644 (file)
index 0000000..e3701ad
--- /dev/null
@@ -0,0 +1,4 @@
+/*.src
+/*.html
+/masterinfos
+/src
diff --git a/web/web/deploy/.gitignore b/web/web/deploy/.gitignore
new file mode 100644 (file)
index 0000000..f624110
--- /dev/null
@@ -0,0 +1,3 @@
+/*.html
+/index.rss
+/team