浏览代码

Add .gitignore for Eclipse (#13818)

Andrei Pozolotin 5 年前
父节点
当前提交
c791d2abeb
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10
    0
      .gitignore

+ 10
- 0
.gitignore 查看文件

@@ -171,3 +171,13 @@ CMakeListsPrivate.txt
171 171
 
172 172
 #CLion
173 173
 cmake-build-*
174
+
175
+#Eclipse
176
+.project
177
+.cproject
178
+.pydevproject
179
+.settings
180
+.classpath
181
+
182
+#Python
183
+__pycache__

正在加载...
取消
保存