Browse Source

Update gitignore

oz123 10 years ago
parent
commit
60cffc2f3c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,5 +1,5 @@
 *.pyc
-Pwman3.egg-info/*
+pwman3.egg-info/*
 *swo
 build/*
 dist/*
@@ -9,3 +9,4 @@ dist/*
 env/*
 MANIFEST
 .coverage
+htmlcov/*