diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:53:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:53:30 +0000 |
commit | 2c7cac91ed6e7db0f6937923d2b57f97dbdbc337 (patch) | |
tree | c05dc0f8e6aa3accc84e3e5cffc933ed94941383 /.gitignore | |
parent | Initial commit. (diff) | |
download | frr-2c7cac91ed6e7db0f6937923d2b57f97dbdbc337.tar.xz frr-2c7cac91ed6e7db0f6937923d2b57f97dbdbc337.zip |
Adding upstream version 8.4.4.upstream/8.4.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb40ee5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,117 @@ +### 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 +/test-driver +/test-suite.log + +/Makefile +/Makefile.in + +/symalyzer_report.html +/jquery-3.4.1.min.js +/jquery-3.4.1.min.js.tmp + +### autoconf/automake subdir stuff + +.deps +.libs + +### build outputs + +*.o +*.lo +*.a +*.la +*.so +*.loT +*.pb.h +*.pb-c.h +*.pb-c.c +*.pb.cc +*_clippy.c +*.bc +*.ll +*.cg.json +*.cg.dot +*.cg.svg +*.xref + +### gcov outputs + +*.gcno +*.gcov +*.gcda + +### 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 +.ccls-cache +.dirstamp +refix +.vscode +.kitchen +.emacs.desktop* + +/test-suite.log +pceplib/test/*.log +pceplib/test/*.trs |