Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bay authored and Benjamin Bay committed Oct 10, 2018
1 parent 092edbd commit 90c28fa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ venv/
*.pyc
*.pyo
*.pyd
__pycache__
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) [year] [fullname]
Copyright (c) 2018 Benjamin Elvon Bay

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
clean-pyc:
find . -name '*.pyc' -exec rm '{}' +
find . -name '*.pyo' -exec rm '{}' +
find . -name '__pycache__' -exec rm '{}' +
#name '*~' -exec rm '{}'

.PHONY : install
Expand Down
7 changes: 0 additions & 7 deletions ndmaze/tests/context.py

This file was deleted.

0 comments on commit 90c28fa

Please sign in to comment.