1. 19 3月, 2014 2 次提交
    • J
      Edit comment in Global/SlickEdit.gitignore · ddcbdd6a
      John Munkhoff 提交于
      Remove unnecessary wording about negative ignore rules.
      ddcbdd6a
    • J
      Add Global/SlickEdit.gitignore file · a65b9593
      John Munkhoff 提交于
      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.
      a65b9593
  2. 08 3月, 2014 1 次提交
  3. 06 3月, 2014 1 次提交
  4. 28 2月, 2014 2 次提交
  5. 21 2月, 2014 1 次提交
  6. 13 2月, 2014 1 次提交
  7. 07 2月, 2014 1 次提交
  8. 03 1月, 2014 1 次提交
  9. 25 12月, 2013 1 次提交
  10. 14 11月, 2013 4 次提交
  11. 13 11月, 2013 1 次提交
  12. 12 11月, 2013 3 次提交
  13. 11 11月, 2013 1 次提交
  14. 09 11月, 2013 7 次提交
  15. 06 11月, 2013 1 次提交
  16. 05 11月, 2013 1 次提交
  17. 04 11月, 2013 1 次提交
  18. 03 11月, 2013 1 次提交
  19. 31 10月, 2013 1 次提交
  20. 17 10月, 2013 2 次提交
  21. 13 10月, 2013 1 次提交
  22. 12 10月, 2013 1 次提交
  23. 06 10月, 2013 1 次提交
  24. 25 9月, 2013 1 次提交
  25. 28 8月, 2013 2 次提交