Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-11-16 03:07:39 +0300
committermichael-grunder <michael.grunder@gmail.com>2021-11-16 03:07:39 +0300
commit87c37fd7d05fccb29e36f5db5808566a530c0e95 (patch)
tree4a9f04395d4db1e2935ac86763b00213a988ef19 /.gitignore
parent4f7b72c444c5af5ad1f8aa8af3a1e57e4ae14fab (diff)
Add compile_commands.json to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 733e981c..aef8e5cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,5 @@ run-tests.php
idea/*
.cquery
tags
-.vscode/* \ No newline at end of file
+.vscode/*
+compile_commands.json