diff --git a/.gitignore b/.gitignore index 8469928..9fcf1f4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ build/ .DS_Store .cache/ -.compile_commands.json +compile_commands.json diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index caabd63..0000000 --- a/compile_commands.json +++ /dev/null @@ -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" -}]