diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-06-30 10:38:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 10:38:20 -0500 |
| commit | 4a19f832b46b6ea97fd7932f857a53ae18a6bfaa (patch) | |
| tree | 3f0d34cf64fcd0f6e22ddf43ff6fae2475bb31fd | |
| parent | 1d0ca3ebf3ca33f37e23a437dd16e8473a347eb6 (diff) | |
| parent | 9478f47801fb42712f61d36b4026dff833affd2a (diff) | |
Merge pull request #768 from qlyoung/fix-gitignore2
lib, bgpd: fix .gitignore
| -rw-r--r-- | bgpd/.gitignore | 1 | ||||
| -rw-r--r-- | lib/.gitignore | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bgpd/.gitignore b/bgpd/.gitignore index 105be22995..a97bdb83d3 100644 --- a/bgpd/.gitignore +++ b/bgpd/.gitignore @@ -16,3 +16,4 @@ TAGS .arch-ids *~ *.loT +*clippy.c diff --git a/lib/.gitignore b/lib/.gitignore index 10b8704ab2..60cde149f5 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -22,3 +22,6 @@ command_parse.c command_parse.h refix grammar_sandbox +clippy +defun_lex.c +plist_clippy.c |
