diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-05 18:21:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-09-06 10:27:52 +0200 |
commit | 8b0e9c1fec6793c8c8708bcb330569ac490ae0aa (patch) | |
tree | cc786c7c31986502d6f05117c6ae226c7e8bfef2 /.gitignore | |
parent | b4eaa216e7dc44d950bc68adad330779dd1f71f6 (diff) | |
download | vyos-1x-8b0e9c1fec6793c8c8708bcb330569ac490ae0aa.tar.gz vyos-1x-8b0e9c1fec6793c8c8708bcb330569ac490ae0aa.zip |
gitignore: add patterns used by SlickEdit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b42512134..2d84a4209 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,9 @@ debian/debhelper-build-stamp # Sonar Cloud .scannerwork /.vs + +# SlickEdit +*.vpj +*.vpw +*.vpwhist +*.vtg |