diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index af15969c8..89c3e9899 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,15 @@ debian/vyos-1x.* # Sonar Cloud .scannerwork /.vs + +# SlickEdit +*.vpj +*.vpw +*.vpwhist +*.vtg + +# VIM +*.swp + +# vyos-1x JSON version +data/component-versions.json |