Skip to content

Commit

Permalink
ignore project files created by Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
helix84 committed Aug 12, 2012
1 parent 1c87c25 commit 203d9fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
@@ -1,6 +1,11 @@
## Ignore the MVN compiled output directories from version tracking
target/

## Ignore project files created by Eclipse
*.settings
*.project
*.classpath

## Ignore project files created by IntelliJ IDEA
*.iml
*.ipr
Expand All @@ -15,4 +20,4 @@ dist/
nbdist/
nbactions.xml
nb-configuration.xml
META-INF/
META-INF/

3 comments on commit 203d9fa

@abollini
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in my pull request #60 I had included the .gitignore settings for eclipse too but I have used a different configuration
https://github.com/abollini/DSpace/blob/2fa7ae9181f602555be4cc8516dfaa7e447e631b/.gitignore
.project
.classpath
.settings/
as far as I know I think that this is the right one (both work but the committed configuration is more wide than we actually need). Should I change this? (after I will try to update my pull request to remove conflict)

@helix84
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, please, go ahead.

@abollini
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Please sign in to comment.