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 90ab7162e7)
This commit is contained in:
Hein-Pieter van Braam 2017-08-24 17:34:54 +02:00 committed by Rémi Verschelde
parent cc9d701658
commit b9e992d803

4
.gitignore vendored
View File

@ -44,6 +44,10 @@ platform/android/java/assets
*.files
*.includes
# Eclipse CDT files
.cproject
.settings/
# Misc
.DS_Store