From: Didier Loiseau Date: Sun, 21 Feb 2016 18:23:28 +0000 (+0100) Subject: Added eclipse settings files to .gitignore X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e63126ace2a6718353563ffe22e413340969ae8b;p=qmk_firmware.git Added eclipse settings files to .gitignore --- diff --git a/.gitignore b/.gitignore index 1e19ce9a8..ae342167d 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