diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-02-23 11:44:14 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-02-23 11:44:14 -0500 |
commit | 11c591c30dc8743b1980f6f639f26cbe250181e7 (patch) | |
tree | 094099412a832f605f5ca2a24093d8d4dc08244f /.gitignore | |
parent | af6163f934daf3d3969c7233f4cbfd49461fde78 (diff) | |
parent | e63126ace2a6718353563ffe22e413340969ae8b (diff) |
Merge pull request #158 from DidierLoiseau/eclipse-config
Add Eclipse settings files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1e19ce9a87..ae342167df 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,9 @@ tags build/ *.bak .vagrant/ -.DS_STORE
\ No newline at end of file +.DS_STORE + +# Eclipse Settings +.cproject +.project +.settings/
\ No newline at end of file |