mirror of
https://github.com/github/gitignore
synced 2024-11-26 13:44:21 +01:00
5627d20401
As is clearly stated in the [eclipse documentation](http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F). This gitignore has lead to much confusion in SO - please ammend I would guess the same is true for .pydevproject and .cproject but can't be sure/do not have any references on those Also .launch configurations are generally meant to be versioned when saved under project location. See for instance : http://stackoverflow.com/a/337317/281545
25 lines
272 B
Plaintext
25 lines
272 B
Plaintext
*.pydevproject
|
|
.metadata
|
|
bin/**
|
|
tmp/**
|
|
tmp/**/*
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.settings/
|
|
.loadpath
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|