diff options
author | Florin Coras <fcoras@cisco.com> | 2016-08-30 11:46:11 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2016-08-30 13:41:13 +0000 |
commit | 459f4d61a893a04e01b2a136f565e7593f008e95 (patch) | |
tree | 5423011607a1d7dc71442daa16f319fbc63bb98d | |
parent | cb9f3d7120ca06ff18251f36923144196f8ac3bf (diff) |
VPP-364 Add vpp-api/python/build to gitignore
Change-Id: I16a594ad75c085b8d0b74cf2f472f88a655253c0
Signed-off-by: Florin Coras <fcoras@cisco.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8cbf1e61e0e..0a009d1d24d 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,5 @@ TAGS # Python bytecode *.pyc + +/vpp-api/python/build |