Browse Source
Update .gitignore
Removed LIB
Adde .pyc
pull/30/merge
Cybrosys Technologies
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.gitignore
|
@ -14,11 +14,11 @@ dist/ |
|
|
downloads/ |
|
|
downloads/ |
|
|
eggs/ |
|
|
eggs/ |
|
|
.eggs/ |
|
|
.eggs/ |
|
|
lib/ |
|
|
|
|
|
lib64/ |
|
|
lib64/ |
|
|
parts/ |
|
|
parts/ |
|
|
sdist/ |
|
|
sdist/ |
|
|
var/ |
|
|
var/ |
|
|
|
|
|
*.pyc |
|
|
*.egg-info/ |
|
|
*.egg-info/ |
|
|
.installed.cfg |
|
|
.installed.cfg |
|
|
*.egg |
|
|
*.egg |
|
|