Added a .gitignore. Removed redundant pathops folder

This commit is contained in:
2015-09-14 16:09:43 +01:00
parent a895a97544
commit 3daa256401
2 changed files with 7 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
*.pyc
*.wav
*.aiff
*.aif
Session.vim
pip-selfcheck.json
.DS_Store
-2
View File
@@ -1,2 +0,0 @@
import pathops
__all__ = [ "pathops" ]