Changeset 74067 in webkit


Ignore:
Timestamp:
Dec 14, 2010 4:19:12 PM (13 years ago)
Author:
rniwa@webkit.org
Message:

2010-12-14 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Eric Seidel.

[git].DS_Store should be in .gitignore
https://bugs.webkit.org/show_bug.cgi?id=51065

Added .DS_Store to .gitignore.

  • .gitignore:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r73074 r74067  
    33*.perspective*
    44*.pyc
     5.DS_Store
    56build/
    67/WebKitBuild/
  • trunk/ChangeLog

    r74012 r74067  
     12010-12-14  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [git].DS_Store should be in .gitignore
     6        https://bugs.webkit.org/show_bug.cgi?id=51065
     7
     8        Added .DS_Store to .gitignore.
     9
     10        * .gitignore:
     11
    1122010-12-14  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
    213
Note: See TracChangeset for help on using the changeset viewer.