From d3320037cbb9b1c3fcddef0d954109d0c479a035 Mon Sep 17 00:00:00 2001 From: Andreev Gregory <1@example.com> Date: Sun, 2 Mar 2025 23:59:32 +0300 Subject: [PATCH] Added gitignore +deleting config.h --- .gitignore | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6afe14e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +dwm +*.o +*.orig +config.h + diff --git a/Makefile b/Makefile index ffa69b4..3f26804 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ dwm: ${OBJ} ${CC} -o $@ ${OBJ} ${LDFLAGS} clean: - rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz + rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz config.h dist: clean mkdir -p dwm-${VERSION}