Browse Source

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)
Hein-Pieter van Braam 8 năm trước cách đây
mục cha
commit
b9e992d803
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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