Convert .cvsignore to .gitignore
diff --git a/core/features/org.eclipse.dltk.core-feature/.cvsignore b/core/features/org.eclipse.dltk.core-feature/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/core/features/org.eclipse.dltk.core-feature/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/core/features/org.eclipse.dltk.core-feature/.gitignore b/core/features/org.eclipse.dltk.core-feature/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/core/features/org.eclipse.dltk.core-feature/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/core/features/org.eclipse.dltk.core.index-feature/.cvsignore b/core/features/org.eclipse.dltk.core.index-feature/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/core/features/org.eclipse.dltk.core.index-feature/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/core/features/org.eclipse.dltk.core.index-feature/.gitignore b/core/features/org.eclipse.dltk.core.index-feature/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/core/features/org.eclipse.dltk.core.index-feature/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/core/features/org.eclipse.dltk.core.index.sdk/.cvsignore b/core/features/org.eclipse.dltk.core.index.sdk/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/core/features/org.eclipse.dltk.core.index.sdk/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/core/features/org.eclipse.dltk.core.index.sdk/.gitignore b/core/features/org.eclipse.dltk.core.index.sdk/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/core/features/org.eclipse.dltk.core.index.sdk/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/core/features/org.eclipse.dltk.core.sdk/.cvsignore b/core/features/org.eclipse.dltk.core.sdk/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/core/features/org.eclipse.dltk.core.sdk/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/core/features/org.eclipse.dltk.core.sdk/.gitignore b/core/features/org.eclipse.dltk.core.sdk/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/core/features/org.eclipse.dltk.core.sdk/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/core/features/org.eclipse.dltk.core.tests/.cvsignore b/core/features/org.eclipse.dltk.core.tests/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/core/features/org.eclipse.dltk.core.tests/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/core/features/org.eclipse.dltk.core.tests/.gitignore b/core/features/org.eclipse.dltk.core.tests/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/core/features/org.eclipse.dltk.core.tests/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/core/plugins/org.eclipse.dltk.console.ui/.cvsignore b/core/plugins/org.eclipse.dltk.console.ui/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.console.ui/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.console.ui/.gitignore b/core/plugins/org.eclipse.dltk.console.ui/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.console.ui/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.console/.cvsignore b/core/plugins/org.eclipse.dltk.console/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.console/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.console/.gitignore b/core/plugins/org.eclipse.dltk.console/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.console/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.core.doc.isv/.cvsignore b/core/plugins/org.eclipse.dltk.core.doc.isv/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/core/plugins/org.eclipse.dltk.core.doc.isv/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/core/plugins/org.eclipse.dltk.core.doc.isv/.gitignore b/core/plugins/org.eclipse.dltk.core.doc.isv/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.core.doc.isv/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/core/plugins/org.eclipse.dltk.core.index.sql.h2/.cvsignore b/core/plugins/org.eclipse.dltk.core.index.sql.h2/.cvsignore
deleted file mode 100644
index d44cd35..0000000
--- a/core/plugins/org.eclipse.dltk.core.index.sql.h2/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-target
-bin
diff --git a/core/plugins/org.eclipse.dltk.core.index.sql.h2/.gitignore b/core/plugins/org.eclipse.dltk.core.index.sql.h2/.gitignore
new file mode 100644
index 0000000..0f63015
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.core.index.sql.h2/.gitignore
@@ -0,0 +1,2 @@
+/target/
+/bin/
diff --git a/core/plugins/org.eclipse.dltk.core.index.sql/.cvsignore b/core/plugins/org.eclipse.dltk.core.index.sql/.cvsignore
deleted file mode 100644
index d44cd35..0000000
--- a/core/plugins/org.eclipse.dltk.core.index.sql/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-target
-bin
diff --git a/core/plugins/org.eclipse.dltk.core.index.sql/.gitignore b/core/plugins/org.eclipse.dltk.core.index.sql/.gitignore
new file mode 100644
index 0000000..0f63015
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.core.index.sql/.gitignore
@@ -0,0 +1,2 @@
+/target/
+/bin/
diff --git a/core/plugins/org.eclipse.dltk.core.index/.cvsignore b/core/plugins/org.eclipse.dltk.core.index/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/core/plugins/org.eclipse.dltk.core.index/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/core/plugins/org.eclipse.dltk.core.index/.gitignore b/core/plugins/org.eclipse.dltk.core.index/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.core.index/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/core/plugins/org.eclipse.dltk.core.manipulation/.cvsignore b/core/plugins/org.eclipse.dltk.core.manipulation/.cvsignore
deleted file mode 100644
index d44cd35..0000000
--- a/core/plugins/org.eclipse.dltk.core.manipulation/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-target
-bin
diff --git a/core/plugins/org.eclipse.dltk.core.manipulation/.gitignore b/core/plugins/org.eclipse.dltk.core.manipulation/.gitignore
new file mode 100644
index 0000000..0f63015
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.core.manipulation/.gitignore
@@ -0,0 +1,2 @@
+/target/
+/bin/
diff --git a/core/plugins/org.eclipse.dltk.core.tools.ui/.cvsignore b/core/plugins/org.eclipse.dltk.core.tools.ui/.cvsignore
deleted file mode 100644
index d44cd35..0000000
--- a/core/plugins/org.eclipse.dltk.core.tools.ui/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-target
-bin
diff --git a/core/plugins/org.eclipse.dltk.core.tools.ui/.gitignore b/core/plugins/org.eclipse.dltk.core.tools.ui/.gitignore
new file mode 100644
index 0000000..0f63015
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.core.tools.ui/.gitignore
@@ -0,0 +1,2 @@
+/target/
+/bin/
diff --git a/core/plugins/org.eclipse.dltk.core/.cvsignore b/core/plugins/org.eclipse.dltk.core/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.core/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.core/.gitignore b/core/plugins/org.eclipse.dltk.core/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.core/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.debug.ui/.cvsignore b/core/plugins/org.eclipse.dltk.debug.ui/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.debug.ui/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.debug.ui/.gitignore b/core/plugins/org.eclipse.dltk.debug.ui/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.debug.ui/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.debug/.cvsignore b/core/plugins/org.eclipse.dltk.debug/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.debug/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.debug/.gitignore b/core/plugins/org.eclipse.dltk.debug/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.debug/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.formatter/.cvsignore b/core/plugins/org.eclipse.dltk.formatter/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.formatter/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.formatter/.gitignore b/core/plugins/org.eclipse.dltk.formatter/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.formatter/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.launching/.cvsignore b/core/plugins/org.eclipse.dltk.launching/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.launching/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.launching/.gitignore b/core/plugins/org.eclipse.dltk.launching/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.launching/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.logconsole.ui/.cvsignore b/core/plugins/org.eclipse.dltk.logconsole.ui/.cvsignore
deleted file mode 100644
index d44cd35..0000000
--- a/core/plugins/org.eclipse.dltk.logconsole.ui/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-target
-bin
diff --git a/core/plugins/org.eclipse.dltk.logconsole.ui/.gitignore b/core/plugins/org.eclipse.dltk.logconsole.ui/.gitignore
new file mode 100644
index 0000000..0f63015
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.logconsole.ui/.gitignore
@@ -0,0 +1,2 @@
+/target/
+/bin/
diff --git a/core/plugins/org.eclipse.dltk.logconsole/.cvsignore b/core/plugins/org.eclipse.dltk.logconsole/.cvsignore
deleted file mode 100644
index d44cd35..0000000
--- a/core/plugins/org.eclipse.dltk.logconsole/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-target
-bin
diff --git a/core/plugins/org.eclipse.dltk.logconsole/.gitignore b/core/plugins/org.eclipse.dltk.logconsole/.gitignore
new file mode 100644
index 0000000..0f63015
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.logconsole/.gitignore
@@ -0,0 +1,2 @@
+/target/
+/bin/
diff --git a/core/plugins/org.eclipse.dltk.testing/.cvsignore b/core/plugins/org.eclipse.dltk.testing/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.testing/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.testing/.gitignore b/core/plugins/org.eclipse.dltk.testing/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.testing/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.ui/.cvsignore b/core/plugins/org.eclipse.dltk.ui/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.ui/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.ui/.gitignore b/core/plugins/org.eclipse.dltk.ui/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.ui/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.ui/icons/full/dlcl16/.cvsignore b/core/plugins/org.eclipse.dltk.ui/icons/full/dlcl16/.gitignore
similarity index 100%
rename from core/plugins/org.eclipse.dltk.ui/icons/full/dlcl16/.cvsignore
rename to core/plugins/org.eclipse.dltk.ui/icons/full/dlcl16/.gitignore
diff --git a/core/plugins/org.eclipse.dltk.ui/icons/full/dtool16/.cvsignore b/core/plugins/org.eclipse.dltk.ui/icons/full/dtool16/.gitignore
similarity index 100%
rename from core/plugins/org.eclipse.dltk.ui/icons/full/dtool16/.cvsignore
rename to core/plugins/org.eclipse.dltk.ui/icons/full/dtool16/.gitignore
diff --git a/core/plugins/org.eclipse.dltk.ui/icons/full/elcl16/.cvsignore b/core/plugins/org.eclipse.dltk.ui/icons/full/elcl16/.gitignore
similarity index 100%
rename from core/plugins/org.eclipse.dltk.ui/icons/full/elcl16/.cvsignore
rename to core/plugins/org.eclipse.dltk.ui/icons/full/elcl16/.gitignore
diff --git a/core/plugins/org.eclipse.dltk.ui/icons/full/etool16/.cvsignore b/core/plugins/org.eclipse.dltk.ui/icons/full/etool16/.gitignore
similarity index 100%
rename from core/plugins/org.eclipse.dltk.ui/icons/full/etool16/.cvsignore
rename to core/plugins/org.eclipse.dltk.ui/icons/full/etool16/.gitignore
diff --git a/core/plugins/org.eclipse.dltk.ui/icons/full/eview16/.cvsignore b/core/plugins/org.eclipse.dltk.ui/icons/full/eview16/.gitignore
similarity index 100%
rename from core/plugins/org.eclipse.dltk.ui/icons/full/eview16/.cvsignore
rename to core/plugins/org.eclipse.dltk.ui/icons/full/eview16/.gitignore
diff --git a/core/plugins/org.eclipse.dltk.ui/icons/full/obj16/.cvsignore b/core/plugins/org.eclipse.dltk.ui/icons/full/obj16/.gitignore
similarity index 100%
rename from core/plugins/org.eclipse.dltk.ui/icons/full/obj16/.cvsignore
rename to core/plugins/org.eclipse.dltk.ui/icons/full/obj16/.gitignore
diff --git a/core/plugins/org.eclipse.dltk.ui/icons/full/ovr16/.cvsignore b/core/plugins/org.eclipse.dltk.ui/icons/full/ovr16/.gitignore
similarity index 100%
rename from core/plugins/org.eclipse.dltk.ui/icons/full/ovr16/.cvsignore
rename to core/plugins/org.eclipse.dltk.ui/icons/full/ovr16/.gitignore
diff --git a/core/plugins/org.eclipse.dltk.ui/icons/full/wizban/.cvsignore b/core/plugins/org.eclipse.dltk.ui/icons/full/wizban/.gitignore
similarity index 100%
rename from core/plugins/org.eclipse.dltk.ui/icons/full/wizban/.cvsignore
rename to core/plugins/org.eclipse.dltk.ui/icons/full/wizban/.gitignore
diff --git a/core/plugins/org.eclipse.dltk.validators.core/.cvsignore b/core/plugins/org.eclipse.dltk.validators.core/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.validators.core/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.validators.core/.gitignore b/core/plugins/org.eclipse.dltk.validators.core/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.validators.core/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.validators.externalchecker/.cvsignore b/core/plugins/org.eclipse.dltk.validators.externalchecker/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.validators.externalchecker/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.validators.externalchecker/.gitignore b/core/plugins/org.eclipse.dltk.validators.externalchecker/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.validators.externalchecker/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk.validators.ui/.cvsignore b/core/plugins/org.eclipse.dltk.validators.ui/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/plugins/org.eclipse.dltk.validators.ui/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/plugins/org.eclipse.dltk.validators.ui/.gitignore b/core/plugins/org.eclipse.dltk.validators.ui/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk.validators.ui/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/plugins/org.eclipse.dltk/.cvsignore b/core/plugins/org.eclipse.dltk/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/core/plugins/org.eclipse.dltk/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/core/plugins/org.eclipse.dltk/.gitignore b/core/plugins/org.eclipse.dltk/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/core/plugins/org.eclipse.dltk/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/core/tests/org.eclipse.dltk.core.tests/.cvsignore b/core/tests/org.eclipse.dltk.core.tests/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/tests/org.eclipse.dltk.core.tests/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/tests/org.eclipse.dltk.core.tests/.gitignore b/core/tests/org.eclipse.dltk.core.tests/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/tests/org.eclipse.dltk.core.tests/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/tests/org.eclipse.dltk.debug.tests/.cvsignore b/core/tests/org.eclipse.dltk.debug.tests/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/tests/org.eclipse.dltk.debug.tests/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/tests/org.eclipse.dltk.debug.tests/.gitignore b/core/tests/org.eclipse.dltk.debug.tests/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/tests/org.eclipse.dltk.debug.tests/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/tests/org.eclipse.dltk.debug.ui.tests/.cvsignore b/core/tests/org.eclipse.dltk.debug.ui.tests/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/tests/org.eclipse.dltk.debug.ui.tests/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/tests/org.eclipse.dltk.debug.ui.tests/.gitignore b/core/tests/org.eclipse.dltk.debug.ui.tests/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/tests/org.eclipse.dltk.debug.ui.tests/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/tests/org.eclipse.dltk.formatter.tests/.cvsignore b/core/tests/org.eclipse.dltk.formatter.tests/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/tests/org.eclipse.dltk.formatter.tests/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/tests/org.eclipse.dltk.formatter.tests/.gitignore b/core/tests/org.eclipse.dltk.formatter.tests/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/tests/org.eclipse.dltk.formatter.tests/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/tests/org.eclipse.dltk.ui.bot.tests/.cvsignore b/core/tests/org.eclipse.dltk.ui.bot.tests/.cvsignore
deleted file mode 100644
index ba077a4..0000000
--- a/core/tests/org.eclipse.dltk.ui.bot.tests/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bin
diff --git a/core/tests/org.eclipse.dltk.ui.bot.tests/.gitignore b/core/tests/org.eclipse.dltk.ui.bot.tests/.gitignore
new file mode 100644
index 0000000..ae3c172
--- /dev/null
+++ b/core/tests/org.eclipse.dltk.ui.bot.tests/.gitignore
@@ -0,0 +1 @@
+/bin/
diff --git a/core/tests/org.eclipse.dltk.ui.tests/.cvsignore b/core/tests/org.eclipse.dltk.ui.tests/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/tests/org.eclipse.dltk.ui.tests/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/tests/org.eclipse.dltk.ui.tests/.gitignore b/core/tests/org.eclipse.dltk.ui.tests/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/tests/org.eclipse.dltk.ui.tests/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/tests/org.eclipse.dltk.ui.tests/workspace/.cvsignore b/core/tests/org.eclipse.dltk.ui.tests/workspace/.gitignore
similarity index 100%
rename from core/tests/org.eclipse.dltk.ui.tests/workspace/.cvsignore
rename to core/tests/org.eclipse.dltk.ui.tests/workspace/.gitignore
diff --git a/core/tests/org.eclipse.dltk.validators.core.tests/.cvsignore b/core/tests/org.eclipse.dltk.validators.core.tests/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/core/tests/org.eclipse.dltk.validators.core.tests/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/core/tests/org.eclipse.dltk.validators.core.tests/.gitignore b/core/tests/org.eclipse.dltk.validators.core.tests/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/core/tests/org.eclipse.dltk.validators.core.tests/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/core/update.site/.cvsignore b/core/update.site/.cvsignore
deleted file mode 100644
index 598ec72..0000000
--- a/core/update.site/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-target
-site
diff --git a/core/update.site/.gitignore b/core/update.site/.gitignore
new file mode 100644
index 0000000..dce3cac
--- /dev/null
+++ b/core/update.site/.gitignore
@@ -0,0 +1,2 @@
+/target/
+site
diff --git a/mylyn/features/org.eclipse.dltk.mylyn-feature/.cvsignore b/mylyn/features/org.eclipse.dltk.mylyn-feature/.cvsignore
deleted file mode 100644
index ba077a4..0000000
--- a/mylyn/features/org.eclipse.dltk.mylyn-feature/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bin
diff --git a/mylyn/features/org.eclipse.dltk.mylyn-feature/.gitignore b/mylyn/features/org.eclipse.dltk.mylyn-feature/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/mylyn/features/org.eclipse.dltk.mylyn-feature/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/mylyn/features/org.eclipse.dltk.mylyn.sdk/.gitignore b/mylyn/features/org.eclipse.dltk.mylyn.sdk/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/mylyn/features/org.eclipse.dltk.mylyn.sdk/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/mylyn/plugins/org.eclipse.dltk.mylyn/.cvsignore b/mylyn/plugins/org.eclipse.dltk.mylyn/.cvsignore
deleted file mode 100644
index 4a98758..0000000
--- a/mylyn/plugins/org.eclipse.dltk.mylyn/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-.fbwarnings
diff --git a/mylyn/plugins/org.eclipse.dltk.mylyn/.gitignore b/mylyn/plugins/org.eclipse.dltk.mylyn/.gitignore
new file mode 100644
index 0000000..746b10d
--- /dev/null
+++ b/mylyn/plugins/org.eclipse.dltk.mylyn/.gitignore
@@ -0,0 +1,3 @@
+/bin/
+/target/
+.fbwarnings
diff --git a/mylyn/update.site/.cvsignore b/mylyn/update.site/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/mylyn/update.site/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/mylyn/update.site/.gitignore b/mylyn/update.site/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/mylyn/update.site/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/rse/features/org.eclipse.dltk.rse-feature/.cvsignore b/rse/features/org.eclipse.dltk.rse-feature/.cvsignore
deleted file mode 100644
index ba077a4..0000000
--- a/rse/features/org.eclipse.dltk.rse-feature/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bin
diff --git a/rse/features/org.eclipse.dltk.rse-feature/.gitignore b/rse/features/org.eclipse.dltk.rse-feature/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/rse/features/org.eclipse.dltk.rse-feature/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/rse/features/org.eclipse.dltk.rse.sdk/.gitignore b/rse/features/org.eclipse.dltk.rse.sdk/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/rse/features/org.eclipse.dltk.rse.sdk/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/rse/plugins/org.eclipse.dltk.rse.core/.cvsignore b/rse/plugins/org.eclipse.dltk.rse.core/.cvsignore
deleted file mode 100644
index ba077a4..0000000
--- a/rse/plugins/org.eclipse.dltk.rse.core/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bin
diff --git a/rse/plugins/org.eclipse.dltk.rse.core/.gitignore b/rse/plugins/org.eclipse.dltk.rse.core/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/rse/plugins/org.eclipse.dltk.rse.core/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/rse/plugins/org.eclipse.dltk.rse.ui/.cvsignore b/rse/plugins/org.eclipse.dltk.rse.ui/.cvsignore
deleted file mode 100644
index ba077a4..0000000
--- a/rse/plugins/org.eclipse.dltk.rse.ui/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-bin
diff --git a/rse/plugins/org.eclipse.dltk.rse.ui/.gitignore b/rse/plugins/org.eclipse.dltk.rse.ui/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/rse/plugins/org.eclipse.dltk.rse.ui/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/rse/plugins/org.eclipse.dltk.rse/.gitignore b/rse/plugins/org.eclipse.dltk.rse/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/rse/plugins/org.eclipse.dltk.rse/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/rse/plugins/org.eclipse.dltk.ssh.core/.gitignore b/rse/plugins/org.eclipse.dltk.ssh.core/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/rse/plugins/org.eclipse.dltk.ssh.core/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/
diff --git a/rse/update.site/.cvsignore b/rse/update.site/.cvsignore
deleted file mode 100644
index d567ba0..0000000
--- a/rse/update.site/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/rse/update.site/.gitignore b/rse/update.site/.gitignore
new file mode 100644
index 0000000..09e3bc9
--- /dev/null
+++ b/rse/update.site/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+/target/