rm compile_commands

This commit is contained in:
soup 2024-12-14 19:07:13 -05:00
parent 92f34c49b0
commit 5d1441dec0
Signed by: soup
SSH key fingerprint: SHA256:GYxje8eQkJ6HZKzVWDdyOUF1TyDiprruGhE0Ym8qYDY
2 changed files with 1 additions and 42 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.cache/
build/
compile_commands.json

View file

@ -1,42 +0,0 @@
[
{
"arguments": [
"/nix/store/1ciadcliylyyi9vx21id9vi1p1mayjn8-gcc-wrapper-14.2.0/bin/gcc",
"-c",
"-g",
"-Og",
"-std=c23",
"-Wall",
"-Wextra",
"-Wpedantic",
"-Isrc",
"-Ibuild",
"-o",
"build/bin/cgen",
"deps/tree-sitter-c/src/parser.c"
],
"directory": "/home/n/src/cgen",
"file": "/home/n/src/cgen/deps/tree-sitter-c/src/parser.c",
"output": "/home/n/src/cgen/build/bin/cgen"
},
{
"arguments": [
"/nix/store/1ciadcliylyyi9vx21id9vi1p1mayjn8-gcc-wrapper-14.2.0/bin/gcc",
"-c",
"-g",
"-Og",
"-std=c23",
"-Wall",
"-Wextra",
"-Wpedantic",
"-Isrc",
"-Ibuild",
"-o",
"build/bin/cgen",
"src/main.c"
],
"directory": "/home/n/src/cgen",
"file": "/home/n/src/cgen/src/main.c",
"output": "/home/n/src/cgen/build/bin/cgen"
}
]