diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-05-11 15:36:04 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-14 19:29:26 +0200 |
| commit | 5578a14d949d89e25ec3e6136158603049e5a2dd (patch) | |
| tree | fc1df6006271fb7f73cf8802c4022b266e0344b1 /.gitignore | |
| parent | 29ad6f6882de5a871d6d81c609e8b20d825d6138 (diff) | |
python: clidef.py
Adds "DEFPY()" which invokes an additional layer of preprocessing, so
that we get pre-parsed and named function arguments for the CLI.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5b88cf25af..62aa48e22f 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ debian/quagga.prerm.debhelper debian/quagga.substvars debian/quagga/ debian/tmp/ +*.pyc *.swp cscope.* *.pb.h |
