From: Ivy Foster Date: Wed, 30 Jan 2019 19:39:50 +0000 (-0600) Subject: Add generated file parse.c to .gitignore and 'make clean' X-Git-Tag: v6.6~28 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=55c5e6bdb8fb360553420550133775422204a55b Add generated file parse.c to .gitignore and 'make clean' Closes: #24 [via git-merge-pr] --- diff --git a/.gitignore b/.gitignore index 5ec596b..fe3a7aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ doas +parse.c version.h *.a diff --git a/bsd.prog.mk b/bsd.prog.mk index 93032d2..df8f514 100644 --- a/bsd.prog.mk +++ b/bsd.prog.mk @@ -42,6 +42,7 @@ clean: rm -f ${OBJS} rm -f ${OBJS:.o=.d} rm -f ${PROG} + rm -f parse.c -include ${OBJS:.o=.d} ${OPENBSD:.o=.d}