1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Remove .pydevproject and add to gitignore

This commit is contained in:
Alessio Morale 2014-06-22 18:57:06 +02:00
parent fa24d21237
commit 9ea2cc95ff
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@ -61,6 +61,7 @@ ground/openpilotgcs/.settings
/.project
/.metadata
/.settings
/.pydevproject
# Ignore Eclipse temp folder, git plugin based?
RemoteSystemsTempFiles

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
</pydev_project>