dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ebb856e1f9263fef5535c4aa590e0a5a73764a3a
parent 6ec5a828f72ea6fe1c0f424576c68dbbdea64713
Author: fjbalon <fjbalon@templier.es>
Date:   Sat, 20 Jun 2026 23:27:12 +0200

Inicializado entorno de desarrollo: eliminado config.def.h y añadido .gitignore sin ejecutables compilados

Diffstat:
A.gitignore | 2++
Rconfig.def.h -> config.h | 0
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +dwm +*.o diff --git a/config.def.h b/config.h