add pydev .settings folder to gitignore

This commit is contained in:
dessant 2015-01-27 00:48:16 +02:00
parent 70821ef808
commit 1843aaf144
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -55,6 +55,7 @@ kivy/core/window/_window_sdl2.c
# PyDev
.project
.pydevproject
.settings/
# Virtualenv
venv