Commit Graph

3 Commits

Author SHA1 Message Date
fenze
7b7542d08a
Merge branch 'master' into fix/gitignore 2022-05-14 20:46:47 +02:00
Lucien Cartier-Tilet
40aeb6bc59
Use config.def.h instead of config.h
Since config.h is destined to be modified by the end-user, I think it
is better to adopt what suckless usually does and move config.h to
config.def.h. This file is sort of a template from which the end-user
can build their own config.h that won’t be tracked by git.

If config.h doesn’t exist at compile-time, the makefile will
automatically copy it from the template.
2022-05-14 20:26:27 +02:00
Lucien Cartier-Tilet
ce3f71e7c4
Add gitignore
This gitignore ignores the compiled `rose` binary. It also ignores the
`compile_commands.json` and `.cache/` directory created for and by
LSP.
2022-05-14 18:38:35 +02:00