Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Whiteside2012-04-14 23:25:46 +0000
committerGlyn Normington2012-05-21 13:22:05 +0000
commit6e38b784ba380cff838399b01fb61fd36d13c70b (patch)
treed93ab5164311b61334e9e9cab43cd0749550e6b6
parent84820dd81a896a9e6932f90407f7b201b5fad8ac (diff)
downloadorg.eclipse.gemini.blueprint-6e38b784ba380cff838399b01fb61fd36d13c70b.tar.gz
org.eclipse.gemini.blueprint-6e38b784ba380cff838399b01fb61fd36d13c70b.tar.xz
org.eclipse.gemini.blueprint-6e38b784ba380cff838399b01fb61fd36d13c70b.zip
cleaned up .gitignore, will now ignore all maven target sub-directories regardless of location in the directory tree, added intellij project files, removed *.log files as they should now be under the maven target directory.
-rw-r--r--.gitignore26
1 files changed, 10 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 12a32da..2747482 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,20 +1,14 @@
-.svn
-target
-*.log
+.svn/
+.git/
*.bak*
-eclipse_config
-# /
-/.git
-/target
-
-# /core/
-/core/target
-# /docs/
-/docs/target
+# Maven
+target/
-# /extender/
-/extender/target
+# Eclipse
+eclipse_config
-# /integration-tests/tests/
-/integration-tests/tests/target
+# Intelli-J
+*.iml
+*.ipl
+.idea/ \ No newline at end of file

Back to the top