c190a8f795
* [202012][platform/barefoot] (#8543) Why I did it Pcied running by python 2. How I did it dropped python2 support and add python3 support for pcied in file docker-pmon.supervisord.conf.j2 How to verify it docker exec pmon supervisorctl status * [Netberg][nba710] Added initial support for Aurora 710 Signed-off-by: Andrew Sapronov <andrew.sapronov@gmail.com> --------- Signed-off-by: Andrew Sapronov <andrew.sapronov@gmail.com> Co-authored-by: Kostiantyn Yarovyi <kostiantynx.yarovyi@intel.com>
24 lines
220 B
Plaintext
24 lines
220 B
Plaintext
# kernel module build
|
|
*.o
|
|
*.ko
|
|
*.mod.c
|
|
*.mod.o
|
|
*.cmd
|
|
Module.symvers
|
|
modules.order
|
|
|
|
# debian packaging
|
|
*.debhelper
|
|
*.log
|
|
DEBIAN
|
|
.tmp_versions
|
|
.finished.build
|
|
*.substvars
|
|
|
|
# python
|
|
*.pyc
|
|
/build
|
|
/*.egg-info
|
|
/venv
|
|
/.pybuild
|