Explorar el Código

Add .gitignore for Eclipse (#13818)

Andrei Pozolotin hace 5 años
padre
commit
c791d2abeb
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10
    0
      .gitignore

+ 10
- 0
.gitignore Ver fichero

@@ -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…
Cancelar
Guardar