Skip to content

Commit acea451

Browse files
committed
Added egg-info to gitignore
1 parent 73e920a commit acea451

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
*.pyc
22
*~
3-
venv/
4-
munininfluxdb/test*
53
.idea/
6-
local/
4+
/*.egg-info
75
data/
86
lib/
7+
local/
8+
munininfluxdb/test*
9+
venv/

0 commit comments

Comments
 (0)