mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-03-24 12:08:37 +00:00
92 lines
840 B
Plaintext
92 lines
840 B
Plaintext
### autoconf/automake root stuff
|
|
|
|
/compile
|
|
/config.log
|
|
/config.h
|
|
/config.cache
|
|
/config.status
|
|
/config.guess
|
|
/config.sub
|
|
/config.version
|
|
/ltmain.sh
|
|
/stamp-h
|
|
/stamp-h[0-9]*
|
|
*-stamp
|
|
/INSTALL
|
|
/depcomp
|
|
/missing
|
|
/install-sh
|
|
/mkinstalldirs
|
|
/ylwrap
|
|
/autom4te*.cache
|
|
/configure.lineno
|
|
/configure
|
|
/config.h.in
|
|
/confdefs.h
|
|
/conftest
|
|
/conftest.err
|
|
/aclocal.m4
|
|
/libtool
|
|
/libtool.orig
|
|
/changelog-auto
|
|
|
|
/Makefile
|
|
/Makefile.in
|
|
|
|
### autoconf/automake subdir stuff
|
|
|
|
.deps
|
|
.libs
|
|
|
|
### build outputs
|
|
|
|
*.o
|
|
*.lo
|
|
*.a
|
|
*.la
|
|
*.so
|
|
*.loT
|
|
*.pb.h
|
|
*.pb-c.h
|
|
*.pb-c.c
|
|
*_clippy.c
|
|
|
|
### dist
|
|
|
|
*.tar.?z
|
|
*.tar.?z.asc
|
|
*.tar.asc
|
|
*.deb
|
|
*.ddeb
|
|
*.dsc
|
|
*.changes
|
|
|
|
### other garbage
|
|
|
|
.nfs*
|
|
.arch-inventory
|
|
.arch-ids
|
|
{arch}
|
|
build
|
|
.cache
|
|
.msg
|
|
.rebase-*
|
|
*~
|
|
*.bak
|
|
*.swp
|
|
*.pyc
|
|
*.dmp
|
|
__pycache__
|
|
*.patch
|
|
*.diff
|
|
cscope.*
|
|
TAGS
|
|
tags
|
|
GTAGS
|
|
GSYMS
|
|
GRTAGS
|
|
GPATH
|
|
compile_commands.json
|
|
.dirstamp
|
|
refix
|