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.
This commit is contained in:
parent
3ea0943f64
commit
90ab7162e7
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -44,6 +44,10 @@ platform/android/java/assets
|
|||
*.files
|
||||
*.includes
|
||||
|
||||
# Eclipse CDT files
|
||||
.cproject
|
||||
.settings/
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
|
||||
|
|
Loading…
Reference in a new issue