ce2c0781ab
- Ignore directories generated by building Python wheel package - Move all sonic-config-engine ignores from the root .gitignore to src/sonic-config-engine/.gitignore
8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
**/*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
tests/output
|
|
tests/output2
|