diff options
Diffstat (limited to 'conf/gitignore/SlickEdit')
-rw-r--r-- | conf/gitignore/SlickEdit | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/gitignore/SlickEdit b/conf/gitignore/SlickEdit new file mode 100644 index 0000000000..f30b8da457 --- /dev/null +++ b/conf/gitignore/SlickEdit @@ -0,0 +1,11 @@ +# SlickEdit workspace and project files are ignored by default because +# typically they are considered to be developer-specific and not part of a +# project. +*.vpw +*.vpj + +# SlickEdit workspace history and tag files always contain user-specific +# data so they should not be stored in a repository. +*.vpwhistu +*.vpwhist +*.vtg |