Added gitignore, removing config.h

This commit is contained in:
Andreev Gregory 2025-03-03 14:08:28 +03:00
parent 86f0b5119e
commit 52754ab71d
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*.o
*.orig
dmenu
config.h
stest

View File

@ -23,7 +23,7 @@ stest: stest.o
$(CC) -o $@ stest.o $(LDFLAGS)
clean:
rm -f dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz
rm -f dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz config.h
dist: clean
mkdir -p dmenu-$(VERSION)