From b9e992d803fd86782135fc7fa2abfce7ed398146 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. (cherry picked from commit 90ab7162e7745701d09402df8b95b619919f4c65) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f3a0e9a7cbc..16ce874b490 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,10 @@ platform/android/java/assets *.files *.includes +# Eclipse CDT files +.cproject +.settings/ + # Misc .DS_Store