Remove bloat files and add them to gitignore

main
Elias Almqvist 8 months ago
parent 58b8c50b30
commit 893d20338b
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 1
      .gitignore
  2. 22
      src/compile_commands.json

1
.gitignore vendored

@ -8,3 +8,4 @@ src/ewm.desktop
pkg/
*.pkg*
src/compile_commands.json

@ -1,22 +0,0 @@
[
{
"directory": ".",
"command": "cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/include/X11 -I/usr/include/freetype2 -I/usr/include/yajl -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\\\"6.2\\\" -DXINERAMA drw.c",
"file": "drw.c"
},
{
"directory": ".",
"command": "cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/include/X11 -I/usr/include/freetype2 -I/usr/include/yajl -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\\\"6.2\\\" -DXINERAMA dwm.c",
"file": "dwm.c"
},
{
"directory": ".",
"command": "cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/include/X11 -I/usr/include/freetype2 -I/usr/include/yajl -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\\\"6.2\\\" -DXINERAMA util.c",
"file": "util.c"
},
{
"directory": ".",
"command": "cc -c -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -I/usr/include/X11 -I/usr/include/freetype2 -I/usr/include/yajl -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\\\"6.2\\\" -DXINERAMA dwm-msg.c",
"file": "dwm-msg.c"
}
]
Loading…
Cancel
Save