removed compile commands from repo
This commit is contained in:
parent
e0539ad7eb
commit
a5405c8222
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ fencer
|
|||
build/obj/Debug
|
||||
build/Makefile
|
||||
Makefile
|
||||
compile_commands.json
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue