diff options
author | Hein-Pieter van Braam <hp@tmm.cx> | 2017-08-24 17:34:54 +0200 |
---|---|---|
committer | Hein-Pieter van Braam <hp@tmm.cx> | 2017-08-24 17:34:54 +0200 |
commit | 90ab7162e7745701d09402df8b95b619919f4c65 (patch) | |
tree | 31b4f035f67cfd10d330f886cce5f0b8c3535f76 /.gitignore | |
parent | 3ea0943f645e5fda0b1bb68415e9c92ed4cf97dd (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |