Skip to content

Commit 1a087c8

Browse files
committed
Fix .gitignore
1 parent b2939c1 commit 1a087c8

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.gitignore

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
*~
44
.*
55

6-
site/
7-
htmlcov/
8-
coverage/
9-
build/
10-
dist/
11-
*.egg-info/
6+
/site/
7+
/htmlcov/
8+
/coverage/
9+
/build/
10+
/dist/
11+
/*.egg-info/
12+
/env/
1213
MANIFEST
1314

14-
bin/
15-
include/
16-
lib/
17-
local/
18-
1915
!.gitignore
2016
!.travis.yml

env/pip-selfcheck.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)