diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-09 23:51:42 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-09 23:52:15 +0100 |
commit | 2b1236a27e7502d0adfc1a137a378983b3a8ebe1 (patch) | |
tree | 0c3380b541df5161bed7d9330f2303bccf7092f3 /ldpd | |
parent | Merge pull request #1813 from donaldsharp/pbr_setup (diff) | |
download | frr-2b1236a27e7502d0adfc1a137a378983b3a8ebe1.tar.xz frr-2b1236a27e7502d0adfc1a137a378983b3a8ebe1.zip |
*: globally ignore clippy-generated source
Tired of dealing with this
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ldpd')
-rw-r--r-- | ldpd/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldpd/.gitignore b/ldpd/.gitignore index eee96c636..a2f4b5169 100644 --- a/ldpd/.gitignore +++ b/ldpd/.gitignore @@ -15,4 +15,3 @@ TAGS .arch-ids *~ *.loT -ldp_vty_cmds_clippy.c |