From: Catrinel Catrinescu Date: Thu, 11 Jan 2018 09:35:46 +0000 (+0100) Subject: .gitignore: add .project & .cproject for eclipse users X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fnbd.git;a=commitdiff_plain;h=ddd7cdc54bc5663eb5e12dbda85a744c85c5ea97 .gitignore: add .project & .cproject for eclipse users For eclipse users, .project is always created inside the project. For users of CDT within Eclipse, add also .cproject, thanks Dirk Feytons. Signed-off-by: Catrinel Catrinescu --- diff --git a/.gitignore b/.gitignore index aff13e1136..84e1a9d6d1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ key-build* .emacs.desktop* TAGS*~ git-src +.project +.cproject