add .gitignore file, remove svn leftover

stable2.3-fixes
Dietmar Maurer 2011-08-24 09:47:54 +02:00
parent e1876d3357
commit d405237d0c
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored 100644
View File

@ -0,0 +1,3 @@
build
*.deb
*.changes

View File

@ -25,8 +25,8 @@ dinstall: deb
.PHONY: deb
deb ${DEB}:
rm -rf build
rsync -a --exclude .svn data/ build
rsync -a --exclude .svn debian/ build/debian
rsync -a data/ build
rsync -a debian/ build/debian
cd build; dpkg-buildpackage -rfakeroot -b -us -uc
lintian ${DEB}