summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomazau <anatol@google.com>2012-05-03 13:17:43 -0700
committerAnatol Pomazau <anatol@google.com>2012-05-03 13:17:43 -0700
commit2f12c650ec0edffa85b1152914eb1f61b5a1615d (patch)
treecb3b472f7f101d45d1903a6e61462550f04d49c1
parent0e0c44f6ec2e95b045de864dd0d22e077df415ce (diff)
Add Intellij IDEA files to ignore list
-rw-r--r--.gitignore2
-rw-r--r--gerrit-antlr/.gitignore3
-rw-r--r--gerrit-common/.gitignore3
-rw-r--r--gerrit-ehcache/.gitignore1
-rw-r--r--gerrit-gwtdebug/.gitignore3
-rw-r--r--gerrit-gwtui/.gitignore3
-rw-r--r--gerrit-httpd/.gitignore3
-rw-r--r--gerrit-launcher/.gitignore3
-rw-r--r--gerrit-main/.gitignore3
-rw-r--r--gerrit-openid/.gitignore3
-rw-r--r--gerrit-patch-commonsnet/.gitignore3
-rw-r--r--gerrit-patch-jgit/.gitignore3
-rw-r--r--gerrit-pgm/.gitignore3
-rw-r--r--gerrit-prettify/.gitignore3
-rw-r--r--gerrit-reviewdb/.gitignore3
-rw-r--r--gerrit-server/.gitignore3
-rw-r--r--gerrit-sshd/.gitignore3
-rw-r--r--gerrit-util-cli/.gitignore3
-rw-r--r--gerrit-util-ssl/.gitignore3
-rw-r--r--gerrit-war/.gitignore3
20 files changed, 39 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index f318b65be0..465893d783 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
/.settings/org.eclipse.jdt.core.prefs
/.settings/org.maven.ide.eclipse.prefs
/test_site
+/.idea
+/gerrit-parent.iml
diff --git a/gerrit-antlr/.gitignore b/gerrit-antlr/.gitignore
index 194bedcbc4..fb047af030 100644
--- a/gerrit-antlr/.gitignore
+++ b/gerrit-antlr/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-antlr.iml \ No newline at end of file
diff --git a/gerrit-common/.gitignore b/gerrit-common/.gitignore
index 194bedcbc4..759f12cc06 100644
--- a/gerrit-common/.gitignore
+++ b/gerrit-common/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-common.iml \ No newline at end of file
diff --git a/gerrit-ehcache/.gitignore b/gerrit-ehcache/.gitignore
index 20251d4700..fe190c9619 100644
--- a/gerrit-ehcache/.gitignore
+++ b/gerrit-ehcache/.gitignore
@@ -3,3 +3,4 @@
/.project
/.settings/org.eclipse.m2e.core.prefs
/.settings/org.maven.ide.eclipse.prefs
+/gerrit-ehcache.iml \ No newline at end of file
diff --git a/gerrit-gwtdebug/.gitignore b/gerrit-gwtdebug/.gitignore
index 194bedcbc4..4207862485 100644
--- a/gerrit-gwtdebug/.gitignore
+++ b/gerrit-gwtdebug/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-gwtdebug.iml \ No newline at end of file
diff --git a/gerrit-gwtui/.gitignore b/gerrit-gwtui/.gitignore
index 194bedcbc4..53d46b3c77 100644
--- a/gerrit-gwtui/.gitignore
+++ b/gerrit-gwtui/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-gwtui.iml \ No newline at end of file
diff --git a/gerrit-httpd/.gitignore b/gerrit-httpd/.gitignore
index 194bedcbc4..5bbeafde75 100644
--- a/gerrit-httpd/.gitignore
+++ b/gerrit-httpd/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-httpd.iml \ No newline at end of file
diff --git a/gerrit-launcher/.gitignore b/gerrit-launcher/.gitignore
index 194bedcbc4..980a6b1722 100644
--- a/gerrit-launcher/.gitignore
+++ b/gerrit-launcher/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-launcher.iml \ No newline at end of file
diff --git a/gerrit-main/.gitignore b/gerrit-main/.gitignore
index 194bedcbc4..c847710ec9 100644
--- a/gerrit-main/.gitignore
+++ b/gerrit-main/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-main.iml \ No newline at end of file
diff --git a/gerrit-openid/.gitignore b/gerrit-openid/.gitignore
index 194bedcbc4..158faf191e 100644
--- a/gerrit-openid/.gitignore
+++ b/gerrit-openid/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-openid.iml \ No newline at end of file
diff --git a/gerrit-patch-commonsnet/.gitignore b/gerrit-patch-commonsnet/.gitignore
index 194bedcbc4..121f8e9014 100644
--- a/gerrit-patch-commonsnet/.gitignore
+++ b/gerrit-patch-commonsnet/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-patch-commonsnet.iml \ No newline at end of file
diff --git a/gerrit-patch-jgit/.gitignore b/gerrit-patch-jgit/.gitignore
index 194bedcbc4..7c4c4334f8 100644
--- a/gerrit-patch-jgit/.gitignore
+++ b/gerrit-patch-jgit/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-patch-jgit.iml \ No newline at end of file
diff --git a/gerrit-pgm/.gitignore b/gerrit-pgm/.gitignore
index 194bedcbc4..dafe3551e0 100644
--- a/gerrit-pgm/.gitignore
+++ b/gerrit-pgm/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-pgm.iml \ No newline at end of file
diff --git a/gerrit-prettify/.gitignore b/gerrit-prettify/.gitignore
index 194bedcbc4..8cf95ef452 100644
--- a/gerrit-prettify/.gitignore
+++ b/gerrit-prettify/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-prettify.iml \ No newline at end of file
diff --git a/gerrit-reviewdb/.gitignore b/gerrit-reviewdb/.gitignore
index 194bedcbc4..812ddd087f 100644
--- a/gerrit-reviewdb/.gitignore
+++ b/gerrit-reviewdb/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-reviewdb.iml \ No newline at end of file
diff --git a/gerrit-server/.gitignore b/gerrit-server/.gitignore
index 194bedcbc4..9324efed13 100644
--- a/gerrit-server/.gitignore
+++ b/gerrit-server/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-server.iml \ No newline at end of file
diff --git a/gerrit-sshd/.gitignore b/gerrit-sshd/.gitignore
index 194bedcbc4..8deb9bd230 100644
--- a/gerrit-sshd/.gitignore
+++ b/gerrit-sshd/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-sshd.iml \ No newline at end of file
diff --git a/gerrit-util-cli/.gitignore b/gerrit-util-cli/.gitignore
index 194bedcbc4..35069e79da 100644
--- a/gerrit-util-cli/.gitignore
+++ b/gerrit-util-cli/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-util-cli.iml \ No newline at end of file
diff --git a/gerrit-util-ssl/.gitignore b/gerrit-util-ssl/.gitignore
index 194bedcbc4..e552ad516e 100644
--- a/gerrit-util-ssl/.gitignore
+++ b/gerrit-util-ssl/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-util-ssl.iml \ No newline at end of file
diff --git a/gerrit-war/.gitignore b/gerrit-war/.gitignore
index 194bedcbc4..dc8c7adc09 100644
--- a/gerrit-war/.gitignore
+++ b/gerrit-war/.gitignore
@@ -2,4 +2,5 @@
/.classpath
/.project
/.settings/org.maven.ide.eclipse.prefs
-/.settings/org.eclipse.m2e.core.prefs \ No newline at end of file
+/.settings/org.eclipse.m2e.core.prefs
+/gerrit-war.iml \ No newline at end of file