
1 Sep
2023
1 Sep
'23
10:03 p.m.
Add Clang's compilation database file (i.e. compile_commands.json) to .gitignore, at the root of the repository.
Signed-off-by: Joao Marcos Costa jmcosta944@gmail.com --- .gitignore | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore index 002f95de4f..261a1d6754 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,6 @@ __pycache__
# moveconfig database /moveconfig.db + +# Clang's compilation database file +/compile_commands.json
--
2.41.0