From b919af8cd55a7b98c9fd1fd09416cd864ec07d2d Mon Sep 17 00:00:00 2001 From: Thomas Vincent <20100thomas@gmail.com> Date: Tue, 29 Aug 2017 23:18:28 -0400 Subject: [PATCH 1/2] Def files to ignore --- .gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e2d55182 --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +*.py[cod] + +# Compiled MEX binaries (all platforms) +*.mex* + +# Simulink Code Generation +slprj/ + +# Windows default autosave extension +*.asv + +# Session info +octave-workspace + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +var +sdist +develop-eggs +.installed.cfg +lib +lib64 +__pycache__ + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml +.coveralls.yml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Temporary file and backup of editors +*~ +*.bak +*.swp +\#* +.\#* + +# configuration files +.ackrc From 304ea1e555af374dee6f379e8705e820fb7ff692 Mon Sep 17 00:00:00 2001 From: Thomas Vincent <20100thomas@gmail.com> Date: Tue, 29 Aug 2017 23:19:21 -0400 Subject: [PATCH 2/2] Switch to version 0.2 for release --- bst_plugin/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bst_plugin/VERSION b/bst_plugin/VERSION index f9acbc73..79b04665 100644 --- a/bst_plugin/VERSION +++ b/bst_plugin/VERSION @@ -1 +1 @@ -stable_v0.1rc \ No newline at end of file +stable_v0.2