.gitignore: add .project & .cproject for eclipse users
authorCatrinel Catrinescu <cc@80211.de>
Thu, 11 Jan 2018 09:35:46 +0000 (10:35 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 17 Jan 2018 10:07:17 +0000 (11:07 +0100)
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>
.gitignore

index aff13e113631f1e1ceb0e470bae4e2e473306364..84e1a9d6d18c50b1b82cb39b0ec808413ef22ec0 100644 (file)
@@ -25,3 +25,5 @@ key-build*
 .emacs.desktop*
 TAGS*~
 git-src
+.project
+.cproject