Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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 Canonical link: https://commits.webkit.org/96723@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@108953 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -200,3 +200,7 @@ Tools/qmake/.build-hint | ||
.kdev_include_paths | ||
*.kdev4 | ||
*.kate-swp | ||
|
||
# Ignore Eclipse files: | ||
.project | ||
.cproject |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters