From c382956beac52dff43913a16449bc35c223d9cec Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Sat, 23 Aug 2014 17:01:21 +0200 Subject: [PATCH] cleanup --- .gitignore | 1 + autobahnpython.sublime-project | 44 ---------------------------------- 2 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 autobahnpython.sublime-project diff --git a/.gitignore b/.gitignore index 9e6047f2..6159cc48 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /autobahn/dist/* /autobahn/autobahn.egg-info*/ *.sublime-workspace +*.sublime-project __pycache__ dropin.cache *.egg diff --git a/autobahnpython.sublime-project b/autobahnpython.sublime-project deleted file mode 100644 index 2a8be73b..00000000 --- a/autobahnpython.sublime-project +++ /dev/null @@ -1,44 +0,0 @@ -{ - "folders": - [ - { - "file_exclude_patterns": - [ - "*.pyc" - ], - "folder_exclude_patterns": - [ - "build", - "dist", - "*.egg-info" - ], - "name": "Autobahn Python", - "path": "/C/Users/AG/scm/Autobahn/AutobahnPython" - }, - { - "path": "/C/Users/AG/scm/tavendo-assets" - }, - { - "path": "/C/Users/AG/scm/Autobahn/AutobahnAndroid" - }, - { - "path": "/C/Users/AG/scm/Autobahn/AutobahnCpp" - }, - { - "path": "/C/Users/AG/scm/Autobahn/AutobahnJS" - }, - { - "path": "/C/Users/AG/scm/Autobahn/AutobahnTestSuite" - } - ], - "settings": - { - "default_encoding": "UTF-8", - "detect_indentation": false, - "ensure_newline_at_eof_on_save": true, - "tab_size": 3, - "translate_tabs_to_spaces": true, - "trim_trailing_white_space_on_save": true, - "use_tab_stops": true - } -}