1. 06 5月, 2014 1 次提交
    • C
      Remove redundant Umbraco exceptions to VS rules · 5b168d43
      Carl Suster 提交于
      From the discussion on #1013:
      
      Since the rule in VS is packages/*, the fact that it contains a slash means
      that it is anchored to the top level. That is, is will only apply to
      a directory called packages at the top level, and not to any at deeper
      directories like App_Data. So these rules at the bottom of your changes
      actually aren't necessary after all. I just confirmed this with a quick test.
      5b168d43
  2. 14 4月, 2014 1 次提交
  3. 21 3月, 2014 5 次提交
  4. 20 3月, 2014 2 次提交
  5. 19 3月, 2014 4 次提交
    • C
      Merge pull request #1006 from munkhoff/add-slickedit-gitignore · 369766d5
      Carl Suster 提交于
      Add Global/SlickEdit.gitignore template
      369766d5
    • J
      Edit comment in Global/SlickEdit.gitignore · ddcbdd6a
      John Munkhoff 提交于
      Remove unnecessary wording about negative ignore rules.
      ddcbdd6a
    • C
      Merge pull request #998 from kylef/patch-1 · 2fc10c0a
      Carl Suster 提交于
      [Objective-C] Comment out CocoaPods rules
      2fc10c0a
    • 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
  6. 18 3月, 2014 2 次提交
  7. 17 3月, 2014 1 次提交
    • J
      Update Qt.gitignore · f96f4834
      John Munkhoff 提交于
      - 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
  8. 16 3月, 2014 4 次提交
  9. 13 3月, 2014 1 次提交
  10. 09 3月, 2014 1 次提交
  11. 08 3月, 2014 3 次提交
  12. 06 3月, 2014 14 次提交
  13. 02 3月, 2014 1 次提交