1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-05 23:26:49 +02:00

.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

2
.gitignore vendored
View File

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