Title: [163970] trunk
- Revision
- 163970
- Author
- [email protected]
- Date
- 2014-02-12 12:28:57 -0800 (Wed, 12 Feb 2014)
Log Message
[GDB] Add .gdbinit to the list of files ignored by Git
https://bugs.webkit.org/show_bug.cgi?id=128455
Reviewed by Anders Carlsson.
* .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
that covers already removed entries.
Modified Paths
Diff
Modified: trunk/.gitignore (163969 => 163970)
--- trunk/.gitignore 2014-02-12 20:15:05 UTC (rev 163969)
+++ trunk/.gitignore 2014-02-12 20:28:57 UTC (rev 163970)
@@ -16,15 +16,12 @@
*.ncb
# Ignore common tool auto-generated files.
+.gdbinit
.gdb_history
tags
*~
.*.sw[a-p]
-# For best performance, place rules for deep paths in the parent directory.
-# For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here,
-# place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore
-
# Though the GTK build builds in a subdirectory, autogen.sh still deposits
# a few files into the source tree.
/aclocal.m4
Modified: trunk/ChangeLog (163969 => 163970)
--- trunk/ChangeLog 2014-02-12 20:15:05 UTC (rev 163969)
+++ trunk/ChangeLog 2014-02-12 20:28:57 UTC (rev 163970)
@@ -1,3 +1,14 @@
+2014-02-12 Zan Dobersek <[email protected]>
+
+ [GDB] Add .gdbinit to the list of files ignored by Git
+ https://bugs.webkit.org/show_bug.cgi?id=128455
+
+ Reviewed by Anders Carlsson.
+
+ * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
+ when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
+ that covers already removed entries.
+
2014-02-11 Oliver Hunt <[email protected]>
Make it possible to implement JS builtins in JS
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes