Create .gitignore

master
matssteinweg 2019-11-23 22:27:19 +01:00
parent 970dc7b370
commit 862c83d590
2 changed files with 13 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
.idea/dictionaries/MatsSteinweg.xml
.idea/EWS-MPC.iml
.idea/inspectionProfiles/profiles_settings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
__pycache__/map.cpython-37.pyc
__pycache__/MPC.cpython-37.pyc
__pycache__/reference_path.cpython-37.pyc
__pycache__/spatial_bicycle_models.cpython-37.pyc

2
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Default ignored files
/workspace.xml