.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>
master
Catrinel Catrinescu 6 years ago committed by John Crispin
parent ec4e9a88ff
commit ddd7cdc54b
  1. 2
      .gitignore

2
.gitignore vendored

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

Loading…
Cancel
Save