From 90ab7162e7745701d09402df8b95b619919f4c65 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Thu, 24 Aug 2017 17:34:54 +0200 Subject: [PATCH] Ignore Eclipse CDT project files Since we have explicit .gitignore rules for QT creator and several other editor-specific swap/utility files I'd like to add Eclipse CDT projects also as this is my editor of choice. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 497d8b50d2..6bed0700f9 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,10 @@ platform/android/java/assets *.files *.includes +# Eclipse CDT files +.cproject +.settings/ + # Misc .DS_Store