diff --git a/.gitignore b/.gitignore index 1c9bfac..31c65c9 100755 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /.cache *.iso *.hdd +/compile_commands.json \ No newline at end of file diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index cf2888f..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,78 +0,0 @@ -[ - { - "arguments": [ - "/usr/bin/cc", - "-g", - "-O2", - "-pipe", - "-Wall", - "-Wextra", - "-std=gnu11", - "-nostdinc", - "-ffreestanding", - "-fno-stack-protector", - "-fno-stack-check", - "-fno-PIC", - "-ffunction-sections", - "-fdata-sections", - "-m64", - "-march=x86-64", - "-mno-80387", - "-mno-mmx", - "-mno-sse", - "-mno-sse2", - "-mno-red-zone", - "-mcmodel=kernel", - "-I", - "src", - "-isystem", - "freestnd-c-hdrs", - "-DLIMINE_API_REVISION=3", - "-c", - "-o", - "obj-x86_64/main.c.o", - "src/main.c" - ], - "directory": "/home/raphm/Projets/sild/soaplin/kernel", - "file": "/home/raphm/Projets/sild/soaplin/kernel/src/main.c", - "output": "/home/raphm/Projets/sild/soaplin/kernel/obj-x86_64/main.c.o" - }, - { - "arguments": [ - "/usr/bin/cc", - "-g", - "-O2", - "-pipe", - "-Wall", - "-Wextra", - "-std=gnu11", - "-nostdinc", - "-ffreestanding", - "-fno-stack-protector", - "-fno-stack-check", - "-fno-PIC", - "-ffunction-sections", - "-fdata-sections", - "-m64", - "-march=x86-64", - "-mno-80387", - "-mno-mmx", - "-mno-sse", - "-mno-sse2", - "-mno-red-zone", - "-mcmodel=kernel", - "-I", - "src", - "-isystem", - "freestnd-c-hdrs", - "-DLIMINE_API_REVISION=3", - "-c", - "-o", - "obj-x86_64/mm/vmm.c.o", - "src/mm/vmm.c" - ], - "directory": "/home/raphm/Projets/sild/soaplin/kernel", - "file": "/home/raphm/Projets/sild/soaplin/kernel/src/mm/vmm.c", - "output": "/home/raphm/Projets/sild/soaplin/kernel/obj-x86_64/mm/vmm.c.o" - } -]