Title: [279035] trunk
Revision
279035
Author
svil...@igalia.com
Date
2021-06-18 03:58:18 -0700 (Fri, 18 Jun 2021)

Log Message

Ignore clangd's directory with index files
https://bugs.webkit.org/show_bug.cgi?id=227162

Reviewed by Žan Doberšek.

clangd stores its indexes in a .cache directory. Let git ignore it.

* .gitignore:

Modified Paths

Diff

Modified: trunk/.gitignore (279034 => 279035)


--- trunk/.gitignore	2021-06-18 10:35:40 UTC (rev 279034)
+++ trunk/.gitignore	2021-06-18 10:58:18 UTC (rev 279035)
@@ -31,6 +31,7 @@
 tags
 *~
 .*.sw[a-p]
+.cache
 .clangd
 compile_commands.json
 

Modified: trunk/ChangeLog (279034 => 279035)


--- trunk/ChangeLog	2021-06-18 10:35:40 UTC (rev 279034)
+++ trunk/ChangeLog	2021-06-18 10:58:18 UTC (rev 279035)
@@ -1,3 +1,14 @@
+2021-06-18  Sergio Villar Senin  <svil...@igalia.com>
+
+        Ignore clangd's directory with index files
+        https://bugs.webkit.org/show_bug.cgi?id=227162
+
+        Reviewed by Žan Doberšek.
+
+        clangd stores its indexes in a .cache directory. Let git ignore it.
+
+        * .gitignore:
+
 2021-06-11  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.33.2 release
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to