Browse Source

Add .gitignore for Eclipse (#13818)

pull/1/head
Andrei Pozolotin 5 years ago
committed by Scott Lahteine
parent
commit
c791d2abeb
  1. 10
      .gitignore

10
.gitignore

@ -171,3 +171,13 @@ CMakeListsPrivate.txt
#CLion
cmake-build-*
#Eclipse
.project
.cproject
.pydevproject
.settings
.classpath
#Python
__pycache__

Loading…
Cancel
Save