2019-06-13 18:00:30 -05:00
|
|
|
# OS-generated files
|
|
|
|
.DS_Store
|
|
|
|
|
2016-12-19 11:41:08 -06:00
|
|
|
# Build system related
|
2019-08-15 02:34:34 -05:00
|
|
|
.arch
|
2016-12-19 11:41:08 -06:00
|
|
|
.platform
|
2017-08-10 18:24:57 -05:00
|
|
|
.screen
|
2016-12-19 11:41:08 -06:00
|
|
|
|
|
|
|
# Build artifacts
|
2016-09-09 19:53:41 -05:00
|
|
|
fsroot/
|
|
|
|
fs.*
|
2016-12-19 11:41:08 -06:00
|
|
|
target/
|
2017-03-01 19:05:13 -06:00
|
|
|
*.deb
|
|
|
|
*.changes
|
2018-08-12 02:58:59 -05:00
|
|
|
*.buildinfo
|
2019-05-23 16:11:56 -05:00
|
|
|
*.tar
|
|
|
|
*.xz
|
|
|
|
*.gz
|
2019-05-24 11:36:23 -05:00
|
|
|
*-dbg
|
|
|
|
*dbg.j2
|
2019-05-23 16:11:56 -05:00
|
|
|
*.img
|
2016-12-19 11:41:08 -06:00
|
|
|
|
|
|
|
# Autogenerated Dockerfiles
|
2020-02-27 10:21:35 -06:00
|
|
|
sonic-slave*/Dockerfile
|
|
|
|
dockers/*/Dockerfile
|
|
|
|
platform/*/docker-*/Dockerfile
|
2017-03-24 20:36:56 -05:00
|
|
|
|
2017-03-29 06:17:49 -05:00
|
|
|
# Installer-related files and directories
|
|
|
|
installer/x86_64/platforms/
|
2017-06-26 09:32:20 -05:00
|
|
|
|
|
|
|
# Config engine
|
|
|
|
src/sonic-config-engine/**/*.pyc
|
|
|
|
src/sonic-config-engine/build
|
|
|
|
src/sonic-config-engine/sonic_config_engine.egg-info
|
2019-03-27 20:32:25 -05:00
|
|
|
src/sonic-daemon-base/**/*.pyc
|
|
|
|
src/sonic-daemon-base/build
|
|
|
|
src/sonic-daemon-base/sonic_daemon_base.egg-info
|
2019-05-23 16:11:56 -05:00
|
|
|
|
|
|
|
# Misc. files
|
2020-06-09 23:04:55 -05:00
|
|
|
asic_config_checksum
|
|
|
|
files/Aboot/boot0
|
2019-05-23 16:11:56 -05:00
|
|
|
files/initramfs-tools/arista-convertfs
|
|
|
|
files/initramfs-tools/union-mount
|
2020-01-06 19:01:28 -06:00
|
|
|
|
|
|
|
# Debian byproduct files
|
|
|
|
src/**/debian/stamp-*/
|
|
|
|
src/**/debian/*.log
|
|
|
|
src/**/debian/*.substvars
|
|
|
|
src/**/debian/.debhelper/
|
|
|
|
src/**/debian/tmp/
|
|
|
|
src/**/debian/autoreconf.*
|
|
|
|
src/**/debian/build/
|
|
|
|
src/**/debian/files
|
|
|
|
src/**/debian/stamp-autotools-files
|
|
|
|
|
|
|
|
# .o files
|
|
|
|
src/**/*.o
|