diff options
author | Neale Ranns <nranns@cisco.com> | 2019-10-16 08:15:23 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-10-17 13:33:55 +0000 |
commit | 8161d73d7eb292ce8d6212b3a1575eed12dfeee2 (patch) | |
tree | 6ff219237e25b7be389d48446022e411285647d9 /.gitignore | |
parent | cc3aac05697976b512ce68017ca02b27d613eff2 (diff) |
misc: Update gitignore for /test/ext/.d
.. otherwise i'm going to commit it accidentally
Type: feature
Change-Id: I0378b9a29a28ea7317bc7d234f8cbacdafd6b762
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 64a579e21a3..c56b4cfb534 100644 --- a/.gitignore +++ b/.gitignore @@ -99,6 +99,7 @@ GTAGS # Build files in the test directory /test/*.ok +/test/ext/.d # vppctl command list /src/scripts/vppctl-cmd-list |