Skip to content

Commit

Permalink
Fixed clean section in make file, added ide-files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hultner committed Oct 16, 2018
1 parent a8b0d6d commit a900549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ venv.bak/

# mypy
.mypy_cache/
.idea
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ test:
pytest

.PHONY : clean
clean:
rm -f MANIFEST
rm -f *.pyc
rm -f **/*.pyc
Expand Down

0 comments on commit a900549

Please sign in to comment.