[openwrt/openwrt] .gitignore: add .project & .cproject for eclipse users
LEDE Commits
lede-commits at lists.infradead.org
Wed Jan 17 02:07:37 PST 2018
blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/ddd7cdc54bc5663eb5e12dbda85a744c85c5ea97
commit ddd7cdc54bc5663eb5e12dbda85a744c85c5ea97
Author: Catrinel Catrinescu <cc at 80211.de>
AuthorDate: Thu Jan 11 10:35:46 2018 +0100
.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 at 80211.de>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index aff13e1..84e1a9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@ key-build*
.emacs.desktop*
TAGS*~
git-src
+.project
+.cproject
More information about the lede-commits
mailing list