summaryrefslogtreecommitdiffstats
path: root/lib/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-26/+13
| | | | Signed-off-by: David Lamparter <equinox@diac24.net>
* *: globally ignore clippy-generated sourceQuentin Young2018-03-091-1/+0
| | | | | | Tired of dealing with this Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* build: convert lib/ to non-recursive buildDavid Lamparter2017-07-311-1/+1
| | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* lib, bgpd: fix .gitignoreQuentin Young2017-06-291-0/+3
| | | | | | gotta ignore clippy stuff Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* lib: add grammar_sandbox to .gitignoreQuentin Young2016-12-201-0/+1
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* lib: add command_lex.h to .gitignoreQuentin Young2016-12-021-0/+1
| | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* build: remove memtypes.h, put back in .gitignoreDavid Lamparter2016-11-231-0/+1
| | | | | | The file crept back in, better to keep it in .gitignore I guess. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* Merge remote-tracking branch 'origin/cmaster-next' into vtysh-grammarDonald Sharp2016-09-211-1/+0
|\
| * *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a rather large mechanical commit that splits up the memory types defined in lib/memtypes.c and distributes them into *_memory.[ch] files in the individual daemons. The zebra change is slightly annoying because there is no nice place to put the #include "zebra_memory.h" statement. bgpd, ospf6d, isisd and some tests were reusing MTYPEs defined in the library for its own use. This is bad practice and would break when the memtype are made static. Acked-by: Vincent JARDIN <vincent.jardin@6wind.com> Acked-by: Donald Sharp <sharpd@cumulusnetworks.com> [CF: rebased for cmaster-next] Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Signed-off-by: Christian Franke <chris@opensourcerouting.org>
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-09-221-0/+1
|\| | | | | | | | | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com> Conflicts: lib/.gitignore lib/command.c lib/command.h
| * quagga: remove refix directory from git statusDonald Sharp2016-09-091-0/+1
| | | | | | | | | | | | | | | | | | During one of our build processes we are getting a refix directory in some places. Remove these from files that git considers Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> (cherry picked from commit 844cbf5d6cdfc6961e99e1c9ed35b826f3aa7562)
* | lib: Add generated parser files to .gitignoreQuentin Young2016-07-121-0/+3
|/ | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* build: include git infoDavid Lamparter2012-12-121-0/+2
| | | | | | | | | | | | | | | | | | | If enabled with --with-pkg-gitversion on ./configure, this will append git version strings and branch information at the following places: - overall version number: 0.99.21-g0123456 - login motd and show version: tag information + git id + branches Sample output: Hello, this is Quagga (version 0.99.21-g14b49ad-dirty). Copyright 1996-2005 Kunihiro Ishiguro, et al. This is a git build of quagga_0_99_21_release-106-g14b49ad-dirty Associated branch(es): local:master [v2]: fix build without gitinfo (add "else" branch) [v2]: fix for repos without any tags (different git describe output) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+4
|
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+12