Ignore files created by patch

This commit is contained in:
pgrondek 2020-05-31 22:11:49 +02:00
parent b8052eed39
commit ced6772ede
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
st
*.o
*.orig

View file

@ -31,6 +31,7 @@ st: $(OBJ)
clean:
rm -f st $(OBJ) st-$(VERSION).tar.gz
rm -f *.orig
dist: clean
mkdir -p st-$(VERSION)