Eclipse support in gitignore

This commit is contained in:
Andrei Pozolotin 2019-05-01 14:48:24 -05:00
parent 9f189ca71a
commit 036571e129
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -79,3 +79,9 @@ demos/**/fp-info-cache
# These CMake files are wanted
!CMakeModules/*.cmake
# Eclipse IDE
.project
.cproject
.pydevproject
__pycache__