Skip to content

Commit

Permalink
update gitignore for forward compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
lkilcher committed Nov 13, 2018
1 parent cd1c1ff commit 15df4a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ debug/
\.#*
*flymake.py

tmp/

.DS_Store

# These are folders from forward-versions of dolfyn that need to be ignored.
tmp/
.cache/
.pytest_cache/
dolfyn/example_data/
doc-src/source/_as_gen/

0 comments on commit 15df4a2

Please sign in to comment.