浏览代码

.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 <[email protected]>
Catrinel Catrinescu 7 年之前
父节点
当前提交
ddd7cdc54b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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