Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-08-24 20:33:51 +0000
committerJesse McConnell2011-08-24 20:33:51 +0000
commit1b1713bafec08cafe4983eac00570dd422731e54 (patch)
tree98d302cc65b6dbc59e406cc901be767b35628710 /.gitignore
parent9f5004e4d342f1c105cf24319e53ab718be9fd49 (diff)
downloadorg.eclipse.jetty.project-1b1713bafec08cafe4983eac00570dd422731e54.tar.gz
org.eclipse.jetty.project-1b1713bafec08cafe4983eac00570dd422731e54.tar.xz
org.eclipse.jetty.project-1b1713bafec08cafe4983eac00570dd422731e54.zip
add idea files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 796b60270a..b5c09482af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ target/
*.swp
*.diff
*.patch
+*.iml
+.idea

Back to the top