Commit b4db9524 authored by Marc Costa's avatar Marc Costa
Browse files

Merge branch 'master' into develop

parent d2fcf5db
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+24 −0
Original line number Diff line number Diff line
# Created by .ignore support plugin (hsz.mobi)

.DS_Store
.DS_Store?
*.o
*.pyc
*.so

# Local MK
*_local.tm
*_LOCAL.TM


# Pycharm specific things
.idea/

# python things
*.egg-info*
dist/
.cache/
__pycache__/
.eggs/
build/