浏览代码

Merge pull request #1006 from munkhoff/add-slickedit-gitignore

Add Global/SlickEdit.gitignore template
Carl Suster 11 年之前
父节点
当前提交
369766d5b9
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      Global/SlickEdit.gitignore

+ 12 - 0
Global/SlickEdit.gitignore

@@ -0,0 +1,12 @@
+# 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
+