ignore compile_commands.json

This commit is contained in:
Emile Clark-Boman 2025-08-28 00:14:32 +10:00
parent 61938040f1
commit 8dfe3b2f25
2 changed files with 39 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,6 +1,8 @@
.cache/
compile_commands.json
build/ build/
bin/ bin/
.cache/
dwl dwl
*.o *.o

36
compile_commands.json Normal file
View file

@ -0,0 +1,36 @@
[
{
"arguments": [
"/nix/store/kaj8d1zcn149m40s9h0xi0khakibiphz-gcc-wrapper-14.3.0/bin/cc",
"-I/nix/store/0zk4pkbi9fylnacrp4vyh656hzsagbrq-libinput-1.27.1-dev/include",
"-I/nix/store/1cxb11vk91mzphc04nqwjf7wkar11zh7-libxkbcommon-1.8.1-dev/include",
"-I/nix/store/jk1mnd65ybdayahwpl3liyafx5kh5cpl-wayland-1.23.1-dev/include",
"-I/nix/store/nq6cck4adynrjzq9k17zagx5y0vlzybm-wlroots-0.19.0/include/wlroots-0.19",
"-Ibuild/include",
"-DWLR_USE_UNSTABLE",
"-D_POSIX_C_SOURCE=200809L",
"-DVERSION=\"v0.8-dev-94-gf6a4c76-dirty\"",
"-g",
"-Wpedantic",
"-Wall",
"-Wextra",
"-Wdeclaration-after-statement",
"-Wno-unused-parameter",
"-Wshadow",
"-Wunused-macros",
"-Werror=strict-prototypes",
"-Werror=implicit",
"-Werror=return-type",
"-Werror=incompatible-pointer-types",
"-Wfloat-conversion",
"-O1",
"-c",
"-o",
"build/obj/main.o",
"src/main.c"
],
"directory": "/home/me/workshop/crywl",
"file": "/home/me/workshop/crywl/src/main.c",
"output": "/home/me/workshop/crywl/build/obj/main.o"
}
]