diff options
author | István Földházi <istvan.foldhazi@gmail.com> | 2015-11-03 11:59:53 +0100 |
---|---|---|
committer | István Földházi <istvan.foldhazi@gmail.com> | 2015-11-03 11:59:53 +0100 |
commit | 3885bb94a726bf6386a0bad663e11ee256e22367 (patch) | |
tree | 58917f7b5755fbb7de2a4a3130ba2ce34291529f /Global | |
parent | 2bd7d8ec88bc9fad5aca91951826b16118227554 (diff) | |
download | gitignore-3885bb94a726bf6386a0bad663e11ee256e22367.tar.gz gitignore-3885bb94a726bf6386a0bad663e11ee256e22367.zip |
Update Eclipse.gitignore
Add ignore for STS's .springBeans file
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Eclipse.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 0e22e957..880dd928 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -37,3 +37,6 @@ local.properties # TeXlipse plugin .texlipse + +# STS (Spring Tool Suite) +.springBeans |