https://git.reactos.org/?p=reactos.git;a=commitdiff;h=05fb0f1c392484d774d0fafbb6ca6e0317a69fa7

commit 05fb0f1c392484d774d0fafbb6ca6e0317a69fa7
Author:     Victor Perevertkin <[email protected]>
AuthorDate: Sun Jun 13 01:55:52 2021 +0300
Commit:     Victor Perevertkin <[email protected]>
CommitDate: Sun Jun 13 01:55:52 2021 +0300

    [GITIGNORE] Add compile_commands.json and .cache folder for clangd cache
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 19e0dbc320d..9c45ec7853d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+compile_commands.json
 output-*
 modules/optional
 modules/bootcd_extras
@@ -5,6 +6,7 @@ modules/livecd_extras
 modules/hybridcd_extras
 modules/3rdparty
 modules/[Aa][Hh][Kk]_[Tt]ests
+.cache
 .cproject
 .project
 .settings

Reply via email to