소스 검색

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__

Loading…
취소
저장