1
0
mirror of https://github.com/github/gitignore synced 2024-12-23 21:30:46 +01:00
John Munkhoff a65b95938c Add Global/SlickEdit.gitignore file
This commit adds a global ignore file for SlickEdit, a commercial editor.

SlickEdit will create the following files when the user sets up a workspace:

*.vpw       Workspace file. Contains a list of project files associated with
            the workspace.
*.vpj       Project file. Contains the project’s settings, including the list
            of source files.
*.vpwhist   Workspace history file for Windows. Contains user session
            information (list of open files, debugger breakpoints, etc.)
*.vpwhistu  Workspace history file for UNIX/Linux/MacOSX. (Same as above.)
*.vtg       Workspace tag file. Contains a database of source code symbols.

It is assumed that GitHub users will generally not want to store their
workspace and project files in a repository, so those files are ignored
globally.  However, those files do not contain user-specific data so they
could be stored in a repository and shared among developers if desired for
a particular project.  This can be done by adding rules like ’!*.vpw’ and
‘!*.vpj’ to the project’s .gitignore file.

The workspace history and tag files contain user-specific data, so they
should not be stored in a repository.

For more information, download the PDF user guide from:
http://www.slickedit.com/products/slickedit/product-documentation

Note: The user guide is 1400 pages long and over 13MB in size.

Searching for ‘vpwhist’ will lead to the section that discusses storing
these files in a repository.
2014-03-18 16:21:03 -07:00
..
2013-10-16 18:45:13 +02:00
2014-01-02 16:51:35 -08:00
2013-10-06 14:40:01 +02:00
2013-06-13 16:35:13 -03:00
2014-03-07 00:10:38 +09:00
2013-08-04 22:25:21 -05:00
2013-10-12 19:14:17 +09:00
2010-11-08 15:00:28 -08:00
2010-11-09 15:48:06 +08:00
2011-01-28 04:11:05 +08:00
2014-03-07 17:27:59 -05:00
2013-10-16 18:39:24 +02:00
2012-04-09 21:21:28 -04:00

Globally Useful gitignores

This directory contains globally useful gitignores, e.g. OS-specific and editor specific.

For more on global gitignores: http://help.github.com/git-ignore/

And a good blog post about 'em: http://augustl.com/blog/2009/global_gitignores