commit 7d90d9a310eccb3d3c24cf96f03225f4d9cd7683 parent 9c398662ac08044d5ee271ba1d8d8a2ce8bc6035 Author: fjbalon <fjbalon@templier.es> Date: Sun, 28 Jun 2026 12:50:19 +0200 Añadido .gitignore y movido config.def.h a config.h Diffstat:
| A | .gitignore | | | 3 | +++ |
| R | config.def.h -> config.h | | | 0 |
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +slstatus +*.o +\ No newline at end of file diff --git a/config.def.h b/config.h