summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-10-03 21:34:10 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-10-03 21:34:10 +0000
commit5888cfdb7effe14c81d1a60f7c6b6f993cd16c81 (patch)
treec9b4a052878081176a5065f40e605812af918ffa
parent387ae57c63db3307d82179d8706c511f6c972153 (diff)
Ignore git files when building
git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@8405 283159da-0705-0410-b60c-f2062b4bb6ad
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0779f9..6dfedcd 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ rpm: checkver $(SPEC) SOURCES/$(PACKAGE)-$(VER).tar.gz
cp SRPMS/rapid-tunneling-$(VER)-$(RPM_REL).src.rpm OUTPUT/
deb: checkver
- debuild -uc -us -I.svn -I'[A-Z]*'
+ debuild -uc -us -I.svn -I.git -I'[A-Z]*'
mkdir -p OUTPUT
mv ../rapid-tunneling_$(VER)* OUTPUT/
mv ../rapid-tunneling-server_$(VER)* OUTPUT/