From ee29c632aa53120dcb2477dca883e5196d7e7956 Mon Sep 17 00:00:00 2001 From: Minchul Lee Date: Tue, 7 Feb 2017 13:34:55 -0800 Subject: [PATCH] gitignore: add eclipse project filename. Summary: Import a project on Eclipse. These files are created automatically. Reviewers: raster, cedric, jpeg, Hermet Differential Revision: https://phab.enlightenment.org/D4637 Signed-off-by: Cedric BAIL --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25bf616533..ab44583b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -83,4 +83,6 @@ Session.vim *-protocol.c /build - +.cproject +.project +/.settings/