fix gitignore

This commit is contained in:
sam 2024-11-25 19:00:05 +13:00
parent 9bb91701d1
commit fd9843d3c6
2 changed files with 1 additions and 7 deletions

2
.gitignore vendored
View file

@ -6,4 +6,4 @@ build/
.DS_Store
.cache/
.compile_commands.json
compile_commands.json

View file

@ -1,6 +0,0 @@
[
{
"directory": "/home/sam/Documents/Projects/ember",
"arguments": ["/usr/bin/gcc", "-c", "-g", "-O0", "-std=c++20", "-Isrc", "-I", "/usr/include/X11/dri", "-I", "/home/sam/.xmake/packages/g/glad/v0.1.36/80c1f8a051e04d3388507894e8651024/include", "-o", "build/.objs/ember/linux/arm64/debug/src/main.cpp.o", "src/main.cpp"],
"file": "src/main.cpp"
}]