Changeset 245081 in webkit


Ignore:
Timestamp:
May 8, 2019 5:15:04 PM (5 years ago)
Author:
Ross Kirsling
Message:

Add .vs and .vscode directories to .gitignore.
https://bugs.webkit.org/show_bug.cgi?id=197727

Reviewed by Don Olmstead.

  • .gitignore:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r239060 r245081  
    1313xcuserdata
    1414
    15 # Ignore auto-generated files by VS2005 and VS2010.
     15# Ignore auto-generated files by VS & VSCode.
    1616*.vcproj.*.user
    1717*.suo
    1818*.ncb
     19/.vs/
     20/.vscode/
    1921
    2022# Ignore common tool auto-generated files.
  • trunk/ChangeLog

    r245037 r245081  
     12019-05-08  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        Add .vs and .vscode directories to .gitignore.
     4        https://bugs.webkit.org/show_bug.cgi?id=197727
     5
     6        Reviewed by Don Olmstead.
     7
     8        * .gitignore:
     9
    1102019-05-07  Keith Rollin  <krollin@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.