Skip to content

Commit

Permalink
Merge pull request #8 from thomas-vincent/master
Browse files Browse the repository at this point in the history
Add ignore rules. Switch to version 0.2 for release
  • Loading branch information
thomas-vincent authored Aug 30, 2017
2 parents 9572a70 + 68097a7 commit 90ada26
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion bst_plugin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stable_v0.1rc
stable_v0.2

0 comments on commit 90ada26

Please sign in to comment.