Skip to content

Commit

Permalink
Update .gitignore file (sonic-net#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored Jun 18, 2020
1 parent 344dca1 commit 7cc71d1
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,19 @@

# Packaging Files #
###################
debian/.debhelper/
debian/autoreconf.after
debian/autoreconf.before
debian/debhelper-build-stamp
debian/files
debian/libswsscommon-dev.debhelper.log
debian/libswsscommon-dev.substvars
debian/libswsscommon.debhelper.log
debian/libswsscommon.postinst.debhelper
debian/libswsscommon.postrm.debhelper
debian/libswsscommon.substvars
debian/swss.debhelper.log
debian/swss.substvars
debian/swss-dbg.debhelper.log
debian/swss-dbg.substvars
debian/*.debhelper.log
debian/*.substvars

debian/libswsscommon-dev/
debian/libswsscommon/
debian/swss/
debian/tmp/
debian/swss-dbg/

aclocal.m4
autom4te.cache/
config.h
config.h.in
config.h.in~
Expand All @@ -34,8 +29,6 @@ configure
libtool
Makefile.in
stamp-h1
**/.deps/
**/.libs/
**/Makefile

# Dependency Folder #
Expand All @@ -44,27 +37,31 @@ deps/

# Executables #
###############
teamsyncd/teamsyncd
fpmsyncd/fpmsyncd
cfgmgr/buffermgrd
cfgmgr/intfmgrd
cfgmgr/natmgrd
cfgmgr/nbrmgrd
cfgmgr/portmgrd
cfgmgr/sflowmgrd
cfgmgr/teammgrd
cfgmgr/vlanmgrd
cfgmgr/vrfmgrd
cfgmgr/nbrmgrd
cfgmgr/vxlanmgrd
cfgmgr/natmgrd
neighsyncd/neighsyncd
portsyncd/portsyncd
fpmsyncd/fpmsyncd
mclagsyncd/mclagsyncd
natsyncd/natsyncd
neighsyncd/neighsyncd
orchagent/orchagent
orchagent/routeresync
orchagent/orchagent_restart_check
orchagent/routeresync
portsyncd/portsyncd
swssconfig/swssconfig
swssconfig/swssplayer
teamsyncd/teamsyncd
tests/tests

# Test Files #
##############
tests/log
tests/test-suite.log
tests/tests.log
tests/tests.trs

0 comments on commit 7cc71d1

Please sign in to comment.