0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-22 09:42:34 +00:00

Add .gitignore for Eclipse (#13818)

This commit is contained in:
Andrei Pozolotin 2019-05-04 14:08:53 -05:00 committed by Scott Lahteine
parent 15357af67c
commit c791d2abeb

10
.gitignore vendored
View file

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