Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-11-17 08:00:45 +0000
committerMichael Keppler2018-11-17 08:00:45 +0000
commit78a301cdfc9a14601b081f15971cb0ee028ded01 (patch)
treef9947e741e3a06594fefa3e9d6ebd18cec0772bc
parent6eb9134df7cf1d507e90928adfb1e828593b5d98 (diff)
downloadegit-github-78a301cdfc9a14601b081f15971cb0ee028ded01.tar.gz
egit-github-78a301cdfc9a14601b081f15971cb0ee028ded01.tar.xz
egit-github-78a301cdfc9a14601b081f15971cb0ee028ded01.zip
Unify gitignore rules in a single top level file
Remove all project specific ignore rules and instead use a single top level gitignore. Change-Id: I5083985bba93c9db108f1930965f76a827927baf
-rw-r--r--.gitignore9
-rw-r--r--org.eclipse.egit.github.core.tests/.gitignore2
-rw-r--r--org.eclipse.egit.github.core/.gitignore2
-rw-r--r--org.eclipse.mylyn.github-feature/.gitignore2
-rw-r--r--org.eclipse.mylyn.github-site/.gitignore2
-rw-r--r--org.eclipse.mylyn.github.core/.gitignore2
-rwxr-xr-xorg.eclipse.mylyn.github.doc/.gitignore2
-rw-r--r--org.eclipse.mylyn.github.tests/.gitignore2
-rw-r--r--org.eclipse.mylyn.github.ui/.gitignore2
9 files changed, 9 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..6ae94c5a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# workspace metadata
+.metadata
+
+# class files
+*/bin/
+*/target/
+
+# SWTBot screenshots
+*/screenshots/ \ No newline at end of file
diff --git a/org.eclipse.egit.github.core.tests/.gitignore b/org.eclipse.egit.github.core.tests/.gitignore
deleted file mode 100644
index d567ba01..00000000
--- a/org.eclipse.egit.github.core.tests/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/org.eclipse.egit.github.core/.gitignore b/org.eclipse.egit.github.core/.gitignore
deleted file mode 100644
index d567ba01..00000000
--- a/org.eclipse.egit.github.core/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/org.eclipse.mylyn.github-feature/.gitignore b/org.eclipse.mylyn.github-feature/.gitignore
deleted file mode 100644
index d567ba01..00000000
--- a/org.eclipse.mylyn.github-feature/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/org.eclipse.mylyn.github-site/.gitignore b/org.eclipse.mylyn.github-site/.gitignore
deleted file mode 100644
index d567ba01..00000000
--- a/org.eclipse.mylyn.github-site/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/org.eclipse.mylyn.github.core/.gitignore b/org.eclipse.mylyn.github.core/.gitignore
deleted file mode 100644
index d567ba01..00000000
--- a/org.eclipse.mylyn.github.core/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/org.eclipse.mylyn.github.doc/.gitignore b/org.eclipse.mylyn.github.doc/.gitignore
deleted file mode 100755
index d567ba01..00000000
--- a/org.eclipse.mylyn.github.doc/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/org.eclipse.mylyn.github.tests/.gitignore b/org.eclipse.mylyn.github.tests/.gitignore
deleted file mode 100644
index d567ba01..00000000
--- a/org.eclipse.mylyn.github.tests/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target
diff --git a/org.eclipse.mylyn.github.ui/.gitignore b/org.eclipse.mylyn.github.ui/.gitignore
deleted file mode 100644
index d567ba01..00000000
--- a/org.eclipse.mylyn.github.ui/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-target

Back to the top