diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,9 +1,6 @@ -# obj file dir -/objs/ - -# exe -/dged -/run-tests +# build dirs +/build/ +/obj/ # clangd things /compile_commands.json |
