Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 3, 2018
1 parent f2ff85c commit 5f85234
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ Makefile.config
__pycache__

# Unit test / Coverage reports
.pytest_cache
.cache
.coverage
.tox
nosetests.xml
unit_tests/testdata.json

# R
# R
*.Rhistory

# Eclipse / PyDev
Expand Down Expand Up @@ -81,5 +82,3 @@ testdata.json
*.a
*.mod
*.out


0 comments on commit 5f85234

Please sign in to comment.