gib 0.2.4

A .gitignore bootstrapper for projects that use git
Documentation
1
2
3
4
5
6
7
8
9
10
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