Skip to content

Commit 369766d

Browse files
committed
Merge pull request #1006 from munkhoff/add-slickedit-gitignore
Add Global/SlickEdit.gitignore template
2 parents 2fc10c0 + ddcbdd6 commit 369766d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Global/SlickEdit.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SlickEdit workspace and project files are ignored by default because
2+
# typically they are considered to be developer-specific and not part of a
3+
# project.
4+
*.vpw
5+
*.vpj
6+
7+
# SlickEdit workspace history and tag files always contain user-specific
8+
# data so they should not be stored in a repository.
9+
*.vpwhistu
10+
*.vpwhist
11+
*.vtg
12+

0 commit comments

Comments
 (0)