From f6033cfb26825322345a9dd6bbd03fb22e0424d5 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 27 Nov 2007 16:13:42 +0000 Subject: [PATCH] git clean before dist, and add some ignore files --- .gitignore | 1 + Makefile | 2 +- src/.gitignore | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..192fb094 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.bz2 diff --git a/Makefile b/Makefile index 1ba393a3..12a01bae 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ clean:: dist: $(INSTALL) -d /tmp/$(PKG) cp -RPp . /tmp/$(PKG) - (cd /tmp/$(PKG); $(MAKE) clean) + (cd /tmp/$(PKG); git clean; $(MAKE) clean) rm -rf /tmp/$(PKG)/*.bz2 /tmp/$(PKG)/.git /tmp/$(PKG)/test tar cvjpf $(PKG).tar.bz2 -C /tmp $(PKG) rm -rf /tmp/$(PKG) diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..cbf79a24 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,10 @@ +.depend +rc +*.[oa] +*.so +*.so.* +version.h + +# Experimental stuff +rc-daemon.c +rc-daemon.h