Title: [260885] trunk
- Revision
- 260885
- Author
- [email protected]
- Date
- 2020-04-29 00:59:17 -0700 (Wed, 29 Apr 2020)
Log Message
Add ccls config file to the list of ignored files
https://bugs.webkit.org/show_bug.cgi?id=210426
Reviewed by Tim Horton.
* .gitignore: ccls can read configuration options from a .ccls file in
the project root directory. Let's just ignore it.
Modified Paths
Diff
Modified: trunk/.gitignore (260884 => 260885)
--- trunk/.gitignore 2020-04-29 07:57:52 UTC (rev 260884)
+++ trunk/.gitignore 2020-04-29 07:59:17 UTC (rev 260885)
@@ -26,6 +26,7 @@
tags
*~
.*.sw[a-p]
+.ccls
.clangd
compile_commands.json
Modified: trunk/ChangeLog (260884 => 260885)
--- trunk/ChangeLog 2020-04-29 07:57:52 UTC (rev 260884)
+++ trunk/ChangeLog 2020-04-29 07:59:17 UTC (rev 260885)
@@ -1,3 +1,13 @@
+2020-04-29 Sergio Villar Senin <[email protected]>
+
+ Add ccls config file to the list of ignored files
+ https://bugs.webkit.org/show_bug.cgi?id=210426
+
+ Reviewed by Tim Horton.
+
+ * .gitignore: ccls can read configuration options from a .ccls file in
+ the project root directory. Let's just ignore it.
+
2020-04-28 Christopher Reid <[email protected]>
[Win] Bundle Inspector Resources in Release builds
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes