Add .pydevproject file, created by Eclipse PyDev, to .gitignore

This commit is contained in:
Carles Fernandez 2019-03-17 01:24:26 +01:00
parent 4c71864319
commit 8e7b641fa3
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ thirdparty/
cmake-build-debug/
/install
.DS_Store
.pydevproject