added eclipse gitignore
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@ -58,3 +58,31 @@ freeline_project_description.json
|
||||
.directory
|
||||
.idea/
|
||||
|
||||
# Java related
|
||||
target/**
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.class
|
||||
|
||||
# eclipse specific
|
||||
*.pydevproject
|
||||
.project
|
||||
.metadata
|
||||
bin/**
|
||||
tmp/**
|
||||
tmp/**/*
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.classpath
|
||||
.settings/
|
||||
.loadpath
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
|
Reference in New Issue
Block a user