diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-02 21:14:32 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-12-02 21:14:32 +0000 |
| commit | 6a48317e2634b74fa67acf7c3a9ac0e55c37ea57 (patch) | |
| tree | 310873922bac05b46c14b64eb716c7ddb26e3a4f | |
| parent | 1e35decffd9b5f9563337dd9b1b17cc0dcd1ebe6 (diff) | |
lib: add command_lex.h to .gitignore
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -rw-r--r-- | lib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 87d9bbdb37..f34801eac4 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -17,6 +17,7 @@ gitversion.h.tmp route_types.h memtypes.h command_lex.c +command_lex.h command_parse.c command_parse.h refix |
