diff options
author | Florin Coras <fcoras@cisco.com> | 2018-09-28 15:03:16 -0700 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2018-09-28 15:03:41 -0700 |
commit | 6648fc7e4292a36d17851b48758028f494fd8bd8 (patch) | |
tree | 17e14857fd8b7a4aef02b75e6156c16e7b415efd | |
parent | c4e99c5d6f19cf7c026b021266e309f29de1ac7f (diff) |
gitignore: build/external/downloads
Change-Id: I041764a5546352086aa9803e4bbeb9dff5f8d69a
Signed-off-by: Florin Coras <fcoras@cisco.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b11564e5e4d..63f02fa0693 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ /build/external/*.tar.xz /build/external/vpp-*.deb /build/external/vpp-*.changes +/build/external/downloads/ /path_setup /tools/ # start autotools ignore @@ -103,4 +104,4 @@ GTAGS /src/scripts/vppctl-cmd-list # No core files -**/core
\ No newline at end of file +**/core |