From ddd7cdc54bc5663eb5e12dbda85a744c85c5ea97 Mon Sep 17 00:00:00 2001 From: Catrinel Catrinescu Date: Thu, 11 Jan 2018 10:35:46 +0100 Subject: [PATCH] .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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2