Changeset 108953 in webkit


Ignore:
Timestamp:
Feb 26, 2012 9:05:49 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Update .gitignore for project property files generated by Eclipse.
https://bugs.webkit.org/show_bug.cgi?id=79463

Patch by Chang Wan Hong <jourmoon@company100.net> on 2012-02-26
Reviewed by Andreas Kling.

  • .gitignore: Ignore .project and .cproject
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r106945 r108953  
    201201*.kdev4
    202202*.kate-swp
     203
     204# Ignore Eclipse files:
     205.project
     206.cproject
  • trunk/ChangeLog

    r108921 r108953  
     12012-02-26  Chang Wan Hong  <jourmoon@company100.net>
     2
     3        Update .gitignore for project property files generated by Eclipse.
     4        https://bugs.webkit.org/show_bug.cgi?id=79463
     5
     6        Reviewed by Andreas Kling.
     7
     8        * .gitignore: Ignore .project and .cproject
     9
    1102012-02-25  Ryosuke Niwa  <rniwa@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.