1. 26 Mar, 2014 2 commits
  2. 25 Mar, 2014 1 commit
  3. 21 Mar, 2014 5 commits
  4. 19 Mar, 2014 5 commits
  5. 18 Mar, 2014 3 commits
    • John Munkhoff's avatar
      Add Global/SlickEdit.gitignore file · a65b9593
      John Munkhoff authored
      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
    • Kyle Fuller's avatar
      a3fbb9bd
    • Carl Suster's avatar
      Merge pull request #1002 from munkhoff/qmake-stash-and-dot-moc · 65764ade
      Carl Suster authored
      Update Qt.gitignore with rules from qmake
      65764ade
  6. 17 Mar, 2014 1 commit
    • John Munkhoff's avatar
      Update Qt.gitignore · f96f4834
      John Munkhoff authored
      - Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.)
      - Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.
      f96f4834
  7. 16 Mar, 2014 3 commits
  8. 15 Mar, 2014 1 commit
  9. 13 Mar, 2014 1 commit
  10. 09 Mar, 2014 1 commit
  11. 08 Mar, 2014 2 commits
  12. 07 Mar, 2014 1 commit
  13. 06 Mar, 2014 14 commits