Skip to content

Commit

Permalink
[sonic-config-engine] Update .gitignore (sonic-net#5223)
Browse files Browse the repository at this point in the history
- Ignore directories generated by building Python wheel package
- Move all sonic-config-engine ignores from the root .gitignore to src/sonic-config-engine/.gitignore
  • Loading branch information
jleveque authored and santhosh-kt committed Feb 25, 2021
1 parent 59392a1 commit 959a7d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ platform/*/docker-*/Dockerfile
# Installer-related files and directories
installer/x86_64/platforms/

# Config engine
src/sonic-config-engine/**/*.pyc
src/sonic-config-engine/build
src/sonic-config-engine/sonic_config_engine.egg-info

src/sonic-py-common/**/*.pyc
src/sonic-py-common/.eggs/
src/sonic-py-common/build
Expand Down
4 changes: 4 additions & 0 deletions src/sonic-config-engine/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**/*.pyc
*.egg-info/
.eggs/
build/
dist/
tests/output
tests/output2

0 comments on commit 959a7d8

Please sign in to comment.