diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | bgpd/.gitignore | 1 | ||||
| -rw-r--r-- | ldpd/.gitignore | 1 | ||||
| -rw-r--r-- | lib/.gitignore | 1 | ||||
| -rw-r--r-- | ospfd/.gitignore | 1 | ||||
| -rw-r--r-- | sharpd/.gitignore | 1 | ||||
| -rw-r--r-- | zebra/.gitignore | 1 | 
7 files changed, 3 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index f7c731b4bc..c5fd0ced9b 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ GPATH  *.lo  compile_commands.json  .dirstamp + +# clippy generated source +*_clippy.c diff --git a/bgpd/.gitignore b/bgpd/.gitignore index a97bdb83d3..105be22995 100644 --- a/bgpd/.gitignore +++ b/bgpd/.gitignore @@ -16,4 +16,3 @@ TAGS  .arch-ids  *~  *.loT -*clippy.c diff --git a/ldpd/.gitignore b/ldpd/.gitignore index eee96c636f..a2f4b51698 100644 --- a/ldpd/.gitignore +++ b/ldpd/.gitignore @@ -15,4 +15,3 @@ TAGS  .arch-ids  *~  *.loT -ldp_vty_cmds_clippy.c diff --git a/lib/.gitignore b/lib/.gitignore index 94f401ebe6..072146dbd5 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -24,4 +24,3 @@ refix  grammar_sandbox  clippy  defun_lex.c -plist_clippy.c diff --git a/ospfd/.gitignore b/ospfd/.gitignore index f0d800efb4..752c875a62 100644 --- a/ospfd/.gitignore +++ b/ospfd/.gitignore @@ -15,4 +15,3 @@ TAGS  *~  *.loT  *.a -*clippy.c diff --git a/sharpd/.gitignore b/sharpd/.gitignore index c396f3ef94..cc33cfc188 100644 --- a/sharpd/.gitignore +++ b/sharpd/.gitignore @@ -13,6 +13,5 @@ TAGS  .arch-ids  *~  *.loT -*clippy.c  sharpd  sharpd.conf diff --git a/zebra/.gitignore b/zebra/.gitignore index 7a1321e546..4a06756a2d 100644 --- a/zebra/.gitignore +++ b/zebra/.gitignore @@ -13,4 +13,3 @@ TAGS  .arch-ids  *~  *.loT -zebra_vty_clippy.c  | 
