diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-04-24 11:13:49 -0700 |
---|---|---|
committer | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-04-24 11:13:49 -0700 |
commit | 8a1a19b8b661face8ddee1d1c9b1edc1799c9a82 (patch) | |
tree | b87b4648b6eab990edefcd1eeda15dc03d228ffc /.gitignore | |
parent | f1213b82771ce929c076339c24a777cfd59690e6 (diff) |
Updated .gitignore for Python API generated file
Change-Id: I7c08b52124b44feb36e04a7fd417fe14b367cb44
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e91f1a0bba2..d6a09b82f04 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /build-root/*.rpm /build-root/*.changes /build-config.mk +/vpp-api/python/vpp_papi/vpp_papi.py /dpdk/*.tar.gz /path_setup /tools/ |