diff --git a/st/.gitignore b/st/.gitignore new file mode 100644 index 0000000..67d5229 --- /dev/null +++ b/st/.gitignore @@ -0,0 +1,5 @@ +*.rej +*.orig +*.o +config.h +st diff --git a/st/Makefile b/st/Makefile index 15db421..61fab4d 100644 --- a/st/Makefile +++ b/st/Makefile @@ -24,7 +24,7 @@ st: $(OBJ) $(CC) -o $@ $(OBJ) $(STLDFLAGS) clean: - rm -f st $(OBJ) st-$(VERSION).tar.gz + rm -f st *.rej *.orig config.h $(OBJ) st-$(VERSION).tar.gz dist: clean mkdir -p st-$(VERSION)