diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-06-14 09:10:53 -0700 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2016-06-14 16:58:58 +0000 |
commit | 07929f2612585bd28dce8cc56c0297215a20953a (patch) | |
tree | a9f4b9e3240599fdf1202cfbe4cee9d87e2e30e5 /.gitignore | |
parent | bf741477013c9eb84c920a24bd850936a821d61b (diff) |
gitignore change due to DPDK download suffix change
Change-Id: Idc86d3435e742f3cb96cb9eb1d85b0fdc6a40fc5
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 e3182fd9c80..5925c246c52 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /build-config.mk /vpp-api/python/vpp_papi/vpp_papi.py /dpdk/*.tar.gz +/dpdk/*.tar.xz /path_setup /tools/ # start autotools ignore |