From 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Aug 2015 16:44:04 +0800 Subject: complate list of gitignores and licenses --- conf/gitignore/SlickEdit | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/gitignore/SlickEdit (limited to 'conf/gitignore/SlickEdit') diff --git a/conf/gitignore/SlickEdit b/conf/gitignore/SlickEdit new file mode 100644 index 00000000..f30b8da4 --- /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 -- cgit v1.2.3