diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d2c85383837..455316c1eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -114,5 +114,8 @@ compile_commands.json # extras gomemif build files /extras/gomemif/bazel* +# vpptop build files +/extras/vpptop/build/* + # debian packaging -.pc +.pc
\ No newline at end of file |