Skip to content

Commit

Permalink
chore: fix distclean and ignore more files
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmarples committed Apr 20, 2023
1 parent d9b0991 commit b0c8d28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ config.log
*.o
parpd
parpd.8

*.tar.xz
*.asc
*.distinfo
*.distinfo.md
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ clean:

distclean: clean
rm -f config.h config.mk config.log \
${DISTFILE} ${DISTFILEGZ} ${DISTINFO} ${DISTINFOSIGN}
${DISTFILE} ${DISTFILE} ${DISTINFO} ${DISTINFOMD} ${DISTSIGN}
rm -f *.diff *.patch *.orig *.rej
for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@ || exit $$?; cd ..; done

Expand Down

0 comments on commit b0c8d28

Please sign in to comment.