Skip to content

Commit

Permalink
Add Sublime Text project
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Nov 8, 2017
1 parent 6f302c2 commit 0d957ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 37 deletions.
43 changes: 6 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,13 @@
# IPython Notebook
.ipynb_checkpoints

# Pickle
*.pkl

# Sphinx
_build
_static

# Doxygen
*.db
html
latex
xml

# SCons
.sconsign.dblite

# C extensions
doc/_build
doc/_static
*.*~
*.swp
*.so
*.os

# Test
test/binomial/_*.cpp

# Python
*.py[cod]

# Packages
*.egg
*.egg-info
dist
build
build-scons

# Vim
*.swp

# Gedit
*.*~

# Coverage
.coverage
.sconsign.dblite
*.sublime-workspace
8 changes: 8 additions & 0 deletions autowig.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "."
}
]
}

0 comments on commit 0d957ef

Please sign in to comment.