diff --git a/.gitignore b/.gitignore index cf7847d..336790b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ fencer build/obj/Debug build/Makefile Makefile +compile_commands.json diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index 8516e1c..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "arguments": [ - "/usr/lib64/ccache/cc", - "-DDEBUG", - "-g", - "-Wall", - "-DVMATH_SDL=1", - "-g3", - "-c", - "-o", - "obj/Debug/collision.o", - "../src/collision.c" - ], - "directory": "/home/sara/Documents/c-projects/fencer/build", - "file": "/home/sara/Documents/c-projects/fencer/src/collision.c", - "output": "/home/sara/Documents/c-projects/fencer/build/obj/Debug/collision.o" - }, - { - "arguments": [ - "/usr/lib64/ccache/cc", - "-DDEBUG", - "-g", - "-Wall", - "-DVMATH_SDL=1", - "-g3", - "-c", - "-o", - "obj/Debug/fencer.o", - "../src/fencer.c" - ], - "directory": "/home/sara/Documents/c-projects/fencer/build", - "file": "/home/sara/Documents/c-projects/fencer/src/fencer.c", - "output": "/home/sara/Documents/c-projects/fencer/build/obj/Debug/fencer.o" - } -]