[LEDE-DEV] [PATCH v2] .gitignore: add .project & .cproject for eclipse users
Catrinel Catrinescu
cc at 80211.de
Tue Jan 9 06:39:34 PST 2018
For eclipse users, .project is always created inside the project.
For users of CDT within Eclipse, add also .cproject, thanks Dirk
Feytons.
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index aff13e1136..84e1a9d6d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@ key-build*
.emacs.desktop*
TAGS*~
git-src
+.project
+.cproject
--
2.14.3 (Apple Git-98)
More information about the Lede-dev
mailing list