diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-20 17:39:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-20 17:39:25 +0200 |
commit | ddcf7902ea446231a872665200d2a36bbe667aa0 (patch) | |
tree | 1d39df6663669b800f1690581375cdd3b3e7a45b | |
parent | 4484c747723b15ee6091628ce0c380f82e2e47b5 (diff) | |
download | vyos-1x-ddcf7902ea446231a872665200d2a36bbe667aa0.tar.gz vyos-1x-ddcf7902ea446231a872665200d2a36bbe667aa0.zip |
.gitignore: add various editor extensions
-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 |