Update .gitignore for Qt Creator/KDevelop.
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 7 Feb 2012 16:00:58 +0000 (16:00 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 7 Feb 2012 16:00:58 +0000 (16:00 +0000)
https://bugs.webkit.org/show_bug.cgi?id=77984

Patch by Frederik Gladhorn <frederik.gladhorn@nokia.com> on 2012-02-07
Reviewed by Simon Hausmann.

* .gitignore: Ignore temp files created by Qt Creator and KDevelop.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106945 268f45cc-cd09-0410-ab3c-d52691b4dbfc

.gitignore
ChangeLog

index 88cab91..2754a71 100644 (file)
@@ -3,6 +3,7 @@
 *.perspective*
 *.pyc
 .DS_Store
+.directory
 build/
 /WebKitBuild/
 autoinstall.cache.d
@@ -191,3 +192,11 @@ LayoutTests/java/*.class
 # Ignore files generated by the Qt build-system:
 Source/qtwebkitversion.h
 Tools/qmake/.build-hint
+
+# Ignore files generated by Qt Creator:
+*.pro.user
+
+# Ignore KDevelop files:
+.kdev_include_paths
+*.kdev4
+*.kate-swp
index 52dd11b..85e2bc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-02-07  Frederik Gladhorn  <frederik.gladhorn@nokia.com>
+
+        Update .gitignore for Qt Creator/KDevelop.
+        https://bugs.webkit.org/show_bug.cgi?id=77984
+
+        Reviewed by Simon Hausmann.
+
+        * .gitignore: Ignore temp files created by Qt Creator and KDevelop.
+
 2012-02-07  Priit Laes  <plaes@plaes.org>
 
         [GTK] Broken "HTML5 <scoped style>" detection