git clean before dist, and add some ignore files
This commit is contained in:
parent
49edf58fc1
commit
f6033cfb26
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.bz2
|
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ clean::
|
|||||||
dist:
|
dist:
|
||||||
$(INSTALL) -d /tmp/$(PKG)
|
$(INSTALL) -d /tmp/$(PKG)
|
||||||
cp -RPp . /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
|
rm -rf /tmp/$(PKG)/*.bz2 /tmp/$(PKG)/.git /tmp/$(PKG)/test
|
||||||
tar cvjpf $(PKG).tar.bz2 -C /tmp $(PKG)
|
tar cvjpf $(PKG).tar.bz2 -C /tmp $(PKG)
|
||||||
rm -rf /tmp/$(PKG)
|
rm -rf /tmp/$(PKG)
|
||||||
|
10
src/.gitignore
vendored
Normal file
10
src/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.depend
|
||||||
|
rc
|
||||||
|
*.[oa]
|
||||||
|
*.so
|
||||||
|
*.so.*
|
||||||
|
version.h
|
||||||
|
|
||||||
|
# Experimental stuff
|
||||||
|
rc-daemon.c
|
||||||
|
rc-daemon.h
|
Loading…
Reference in New Issue
Block a user