.gitignore: add .project & .cproject for eclipse users

For eclipse users, .project is always created inside the project.
For users of CDT within Eclipse, add also .cproject, thanks Dirk
Feytons.

Signed-off-by: Catrinel Catrinescu <cc@80211.de>
This commit is contained in:
Catrinel Catrinescu 2018-01-11 10:35:46 +01:00 committed by John Crispin
parent ec4e9a88ff
commit ddd7cdc54b
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -25,3 +25,5 @@ key-build*
.emacs.desktop*
TAGS*~
git-src
.project
.cproject